Fix order of autoconf macros so that the tests can find CC properly.
authorTheodore Tso <tytso@mit.edu>
Fri, 23 Sep 1994 00:49:31 +0000 (00:49 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 23 Sep 1994 00:49:31 +0000 (00:49 +0000)
(WITH_CCOPTS was too late in the file.  We need a standard order to be
documented and enforced!)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4330 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/popper/ChangeLog
src/appl/popper/configure.in
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/configure.in

index e3d9ba1a9ecbeb46c02c5ad85d476b06a160fcc3..a0ffb23238e01369b8b23287adf9ff92a837e1d4 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 22 20:47:25 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * configure.in: Fix order of configure so that cc can be found.
+
 Thu Aug 18 19:07:38 1994  Theodore Y. Ts'o  (tytso at tsx-11)
 
        * configure.in:
index 9a6844d965fafdeb006feb27efd474244b6626f7..454e11a7ca09ea19f861a8d11b95ddc6be881b1c 100644 (file)
@@ -1,10 +1,10 @@
 AC_INIT(popper.c)
 WITH_CCOPTS
+CONFIG_RULES
 ISODE_INCLUDE
+AC_SET_BUILDTOP
 AC_PROG_INSTALL
 AC_FUNC_CHECK(vsprintf,AC_DEFINE(HAS_VSPRINTF))
-CONFIG_RULES
-AC_SET_BUILDTOP
 AC_HAVE_LIBRARY(socket)
 AC_HAVE_LIBRARY(nsl)
 AC_HAVE_LIBRARY(BSD)
index 0ec1c8a9447bf34fc974757c9da8d9d865121745..57b52ae3df6f2a220fceaa7cf2285a19006c20d6 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep 22 20:46:08 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * configure.in: Put in correct dependency order of configure.in
+               lines.
+
 Wed Jul  6 13:26:59 1994  Mark Eichin  (eichin@cygnus.com)
 
        * gmt_mktime.c (gmt_mktime): New file, new function. Similar to
index 25cd1afec3f7f2008e0d9a2d4d1d96184f599bbf..6a40cbb118121e0d741c499567a14870b8c0c62c 100644 (file)
@@ -1,12 +1,12 @@
 AC_INIT(configure.in)
+WITH_CCOPTS
+CONFIG_RULES
+AC_SET_BUILDTOP
 dnl time checks are for timeofday.c (which gets them from osconf.h)
 dnl and gmt_mktime.c (which only gets them from here...)
 AC_TIME_WITH_SYS_TIME
 AC_HAVE_HEADERS(sys/time.h)
 AC_HEADER_EGREP(time_t, sys/types.h, AC_DEFINE(POSIX_TYPES))
-WITH_CCOPTS
-AC_SET_BUILDTOP
-CONFIG_RULES
 SubdirLibraryRule([${OBJS}])
 KRB_INCLUDE
 ISODE_INCLUDE