configure.in: Remove standardized set of autoconf macros, which are
authorTheodore Tso <tytso@mit.edu>
Fri, 9 Jun 1995 22:38:35 +0000 (22:38 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 9 Jun 1995 22:38:35 +0000 (22:38 +0000)
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

src/appl/ChangeLog
src/appl/configure.in
src/appl/sample/ChangeLog
src/appl/sample/configure.in
src/appl/simple/ChangeLog [new file with mode: 0644]
src/appl/simple/configure.in
src/appl/telnet/ChangeLog
src/appl/telnet/configure.in
src/clients/ChangeLog
src/clients/configure.in

index ad08218846e5802963d9530926ddeb6fbd4d6389..8010b9b3e8e3848c9cdf7691315c8d11735274e5 100644 (file)
@@ -1,3 +1,9 @@
+Fri Jun  9 18:26:09 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 Aug  9 20:18:27 1994  Tom Yu  (tlyu@dragons-lair)
 
        * configure.in: nuked zmailnotify
index eb1611e58b2b6d27d07770753b22e19f1e7e794f..aa2225f439dc066655f25fa82f1f9ff33ad58751 100644 (file)
@@ -1,9 +1,5 @@
 AC_INIT(configure.in)
-WITH_CCOPTS
-AC_SET_BUILDTOP
-CONFIG_DIRS(sample simple user_user bsd gss-sample telnet popper movemail mailquery)
-MAKE_SUBDIRS("making",all)
-MAKE_SUBDIRS("cleaning",clean)
-MAKE_SUBDIRS("installing",install)
 CONFIG_RULES
+CONFIG_DIRS(sample simple user_user bsd gss-sample telnet popper movemail mailquery)
+DO_SUBDIRS
 V5_AC_OUTPUT_MAKEFILE
index 6ab3b9d47363ba6b15c79585041e3e6303183058..decfba4d52d78c828284675f603d8ed3b1a6aa40 100644 (file)
@@ -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.
index 9fa7895b06b1aebc180a3f68a38e1db060102835..8a4b84729927361573450e208943e15379983ecf 100644 (file)
@@ -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
diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog
new file mode 100644 (file)
index 0000000..d41a3d7
--- /dev/null
@@ -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.
+
index 4290b2fc4145e6570bcecea04e743dfcd6dd1ef2..b155112dc077a82dd8f4cdd51fc6e9fbff7595ae 100644 (file)
@@ -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
index 2519adbccced1d2f7fa95e2e49d89d7288af9904..599cccf1a27cbe55e6b1affa88dbc816d0c654f4 100644 (file)
@@ -1,3 +1,9 @@
+Fri Jun  9 18:29:38 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.
+
 Fri Mar 31 16:53:03 1995  Theodore Y. Ts'o  (tytso@dcl)
 
        * Makefile.in: Remove CFLAGS=@CCOPTS@ line, which is in pre.in
index 717cefc207c080a8eab92c57665cac0e737db80e..1b90cbc4753668f9d83381844a6715d145702221 100644 (file)
@@ -1,9 +1,5 @@
 AC_INIT(configure.in)
-AC_SET_BUILDTOP
-WITH_CCOPTS
-CONFIG_DIRS(libtelnet telnet telnetd)
-MAKE_SUBDIRS("making",all)
-MAKE_SUBDIRS("cleaning",clean)
-MAKE_SUBDIRS("installing",install)
 CONFIG_RULES
+CONFIG_DIRS(libtelnet telnet telnetd)
+DO_SUBDIRS
 V5_AC_OUTPUT_MAKEFILE
index 80b77dc2b493bdd70db62b02b0734bfa8f3a10af..05516deddb9a1e73982c9bf6e564d5cce8b2146a 100644 (file)
@@ -1,3 +1,9 @@
+Fri Jun  9 18:36:37 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.
+
 Wed Jul 20 23:36:04 1994  Tom Yu  (tlyu at dragons-lair)
 
        * configure.in: add ksu
index ea8a1e984e20c986232a11aca4fb2460dcdeb33e..2f03b0bf250184f824c9a9a57968464a3697ccc7 100644 (file)
@@ -1,9 +1,5 @@
 AC_INIT(configure.in)
-WITH_CCOPTS
-AC_SET_BUILDTOP
-CONFIG_DIRS(klist kinit kdestroy ksu)
-MAKE_SUBDIRS("making",all)
-MAKE_SUBDIRS("cleaning",clean)
-MAKE_SUBDIRS("installing",install)
 CONFIG_RULES
+CONFIG_DIRS(klist kinit kdestroy ksu)
+DO_SUBDIRS
 V5_AC_OUTPUT_MAKEFILE