Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) Add a MY_SUBDIRS macro
set to '.' to indicate that there are no subdirectories to be
processed by the Makefile.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11030
dc483132-0cff-0310-8789-
dd5450dbe970
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * configure.in: Removed and tests moved up to appl/configure.in
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+ Add a MY_SUBDIRS macro set to '.' to indicate that there
+ are no subdirectories to be processed by the Makefile.
+
1998-10-24 Marc Horowitz <marc@mit.edu>
* gss-server.c (sign_server): fix the text heuristic to recognize
thisconfigdir=.
+myfulldir=appl/gss-sample
+mydir=.
+MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -DUSE_AUTOCONF_H -DGSSAPI_V2
PROG_LIBPATH=-L$(TOPLIBD)
+++ /dev/null
-AC_INIT(gss-client.c)
-CONFIG_RULES
-AC_CHECK_HEADERS(unistd.h stdlib.h string.h)
-AC_CONST
-AC_PROG_INSTALL
-KRB5_BUILD_PROGRAM
-V5_AC_OUTPUT_MAKEFILE
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * configure.in: Removed and tests moved up to appl/configure.in
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+ Add a MY_SUBDIRS definition to control the directories
+ which are recursively descended by the Makefile.
+
Wed Feb 18 15:31:44 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
thisconfigdir=.
+myfulldir=appl/sample
+mydir=.
+MY_SUBDIRS = sclient sserver
BUILDTOP=$(REL)$(U)$(S)$(U)
-LOCAL_SUBDIRS = sclient sserver
CFLAGS = $(CCOPTS)
+++ /dev/null
-AC_INIT(sample.h)
-CONFIG_RULES
-CONFIG_RULES
-AC_PROG_INSTALL
-AC_CHECK_HEADERS(stdlib.h)
-KRB5_BUILD_PROGRAM
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(sclient)
-K5_GEN_MAKEFILE(sserver)
-K5_OUTPUT_FILES
-dnl AC_OUTPUT to keep autoreconf happy
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * configure.in: Removed and tests moved up to appl/configure.in
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+ Add a MY_SUBDIRS definition to control the directories
+ which are recursively descended by the Makefile.
+
Wed Feb 18 15:33:49 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
thisconfigdir=.
+myfulldir=appl/simple
+mydir=.
+MY_SUBDIRS = client server
BUILDTOP=$(REL)$(U)$(S)$(U)
-LOCAL_SUBDIRS = client server
CFLAGS = $(CCOPTS)
+++ /dev/null
-AC_INIT(configure.in)
-CONFIG_RULES
-AC_PROG_INSTALL
-AC_CHECK_HEADERS(stdlib.h)
-if test "$ac_cv_lib_socket" = "yes" -a "$ac_cv_lib_nsl" = "yes"; then
- AC_DEFINE(BROKEN_STREAMS_SOCKETS)
-fi
-KRB5_BUILD_PROGRAM
-K5_GEN_MAKEFILE(.)
-K5_GEN_MAKEFILE(client)
-K5_GEN_MAKEFILE(server)
-K5_OUTPUT_FILES
-dnl AC_OUTPUT to keep autoreconf happy
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * configure.in: Removed and tests moved up to appl/configure.in
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+ Add a MY_SUBDIRS macro set to '.' to indicate that there
+ are no subdirectories to be processed by the Makefile.
+
Tue Sep 29 18:58:46 1998 Theodore Y. Ts'o <tytso@mit.edu>
* client.c (main): Don't use h_errno at all; it doesn't work on
thisconfigdir=.
+myfulldir=appl/user_user
+mydir=.
+MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) -DDEBUG
PROG_LIBPATH=-L$(TOPLIBD)
+++ /dev/null
-AC_INIT(client.c)
-CONFIG_RULES
-AC_PROG_INSTALL
-KRB5_BUILD_PROGRAM
-V5_AC_OUTPUT_MAKEFILE