summaryrefslogtreecommitdiffstats
path: root/src/appl/sample
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-11-13 21:08:45 +0000
committerTheodore Tso <tytso@mit.edu>1998-11-13 21:08:45 +0000
commite812d05c58837dbaa4cfc4b433929d0c18f279ba (patch)
tree34ca1211d9952be374cab7dd08e013c7aebbef7d /src/appl/sample
parent9af6e475823c3ef3fb245fc2deee656354168c56 (diff)
downloadkrb5-e812d05c58837dbaa4cfc4b433929d0c18f279ba.tar.gz
krb5-e812d05c58837dbaa4cfc4b433929d0c18f279ba.tar.xz
krb5-e812d05c58837dbaa4cfc4b433929d0c18f279ba.zip
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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11030 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/ChangeLog9
-rw-r--r--src/appl/sample/Makefile.in4
-rw-r--r--src/appl/sample/configure.in11
3 files changed, 12 insertions, 12 deletions
diff --git a/src/appl/sample/ChangeLog b/src/appl/sample/ChangeLog
index 50c3161dd..7a3bc3f40 100644
--- a/src/appl/sample/ChangeLog
+++ b/src/appl/sample/ChangeLog
@@ -1,3 +1,12 @@
+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
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index b75ed9706..dceddc25c 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -1,5 +1,7 @@
thisconfigdir=.
+myfulldir=appl/sample
+mydir=.
+MY_SUBDIRS = sclient sserver
BUILDTOP=$(REL)$(U)$(S)$(U)
-LOCAL_SUBDIRS = sclient sserver
CFLAGS = $(CCOPTS)
diff --git a/src/appl/sample/configure.in b/src/appl/sample/configure.in
deleted file mode 100644
index 62ad4cb0f..000000000
--- a/src/appl/sample/configure.in
+++ /dev/null
@@ -1,11 +0,0 @@
-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