summaryrefslogtreecommitdiffstats
path: root/src/appl/simple
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/simple
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/simple')
-rw-r--r--src/appl/simple/ChangeLog6
-rw-r--r--src/appl/simple/configure.in8
2 files changed, 8 insertions, 6 deletions
diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog
new file mode 100644
index 000000000..d41a3d7ad
--- /dev/null
+++ b/src/appl/simple/ChangeLog
@@ -0,0 +1,6 @@
+Fri Jun 9 18:28:55 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.
+
diff --git a/src/appl/simple/configure.in b/src/appl/simple/configure.in
index 4290b2fc4..b155112dc 100644
--- a/src/appl/simple/configure.in
+++ b/src/appl/simple/configure.in
@@ -1,9 +1,5 @@
AC_INIT(configure.in)
-WITH_CCOPTS
-AC_SET_BUILDTOP
-CONFIG_DIRS(client server)
-MAKE_SUBDIRS("making",all)
-MAKE_SUBDIRS("cleaning",clean)
-MAKE_SUBDIRS("installing",install)
CONFIG_RULES
+CONFIG_DIRS(client server)
+DO_SUBDIRS
V5_AC_OUTPUT_MAKEFILE