summaryrefslogtreecommitdiffstats
path: root/src/appl/sample
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-06-09 22:38:35 +0000
committerTheodore Tso <tytso@mit.edu>1995-06-09 22:38:35 +0000
commite5c9114b81e06e32987e2ebb5b53ce58b78b7281 (patch)
tree1bcd01aa60cac020ec469129e3d5512e0b2f8ce6 /src/appl/sample
parent4355769d7ab0899dfab6e6d6f8b9f6141174315c (diff)
downloadkrb5-e5c9114b81e06e32987e2ebb5b53ce58b78b7281.tar.gz
krb5-e5c9114b81e06e32987e2ebb5b53ce58b78b7281.tar.xz
krb5-e5c9114b81e06e32987e2ebb5b53ce58b78b7281.zip
configure.in: Remove standardized set of autoconf macros, which are
now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6006 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/ChangeLog6
-rw-r--r--src/appl/sample/configure.in8
2 files changed, 8 insertions, 6 deletions
diff --git a/src/appl/sample/ChangeLog b/src/appl/sample/ChangeLog
index 6ab3b9d473..decfba4d52 100644
--- a/src/appl/sample/ChangeLog
+++ b/src/appl/sample/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jun 9 18:27:34 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES. Use DO_SUBDIRS to
+ recurse down subdirectories.
+
Tue Feb 28 01:58:05 1995 John Gilmore (gnu at toad.com)
* sample.h: Avoid <krb5/...> includes.
diff --git a/src/appl/sample/configure.in b/src/appl/sample/configure.in
index 9fa7895b06..8a4b847299 100644
--- a/src/appl/sample/configure.in
+++ b/src/appl/sample/configure.in
@@ -1,9 +1,5 @@
AC_INIT(configure.in)
-WITH_CCOPTS
-AC_SET_BUILDTOP
-CONFIG_DIRS(sclient sserver)
-MAKE_SUBDIRS("making",all)
-MAKE_SUBDIRS("cleaning",clean)
-MAKE_SUBDIRS("installing",install)
CONFIG_RULES
+CONFIG_DIRS(sclient sserver)
+DO_SUBDIRS
V5_AC_OUTPUT_MAKEFILE