Move WITH_CCOPTS and WITH_KRB5ROOT to the beginning of the file.
authorTheodore Tso <tytso@mit.edu>
Mon, 31 Oct 1994 19:45:09 +0000 (19:45 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 31 Oct 1994 19:45:09 +0000 (19:45 +0000)
Otherwise the other tests won't get the CCOPTS flags correct while
doing the feature tests.

(We need to make sure WITH_CCOPTS is at the beginning of all
configure.in scripts!)

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

src/include/krb5/ChangeLog
src/include/krb5/configure.in

index 8d93aedc763cd1a676b53e030f789ef049bc07c9..c70d3dd935047c44083fe4d26056cf91220bc3ed 100644 (file)
@@ -1,3 +1,10 @@
+Mon Oct 31 14:43:07 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * configure.in: Move WITH_CCOPTS and WITH_KRB5ROOT to the
+               beginning of the file.  Otherwise the other tests won't
+               get the CCOPTS flags correct while doing the feature
+               tests. 
+
 Tue Oct 25 23:54:25 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * ext-proto.h (strdup): If the header files have strdup, don't try
index d31ef054344be0c2d848a2f3f222ebbee85609ee..9391f67c95c16eea635971ecd1362e801e175861 100644 (file)
@@ -1,4 +1,6 @@
 AC_INIT(krb5.h)
+WITH_CCOPTS
+WITH_KRB5ROOT
 AC_SET_BUILDTOP
 CONFIG_RULES
 ISODE_DEFS
@@ -87,6 +89,4 @@ AC_CHECK_LIB(ndbm,main)
 AC_CHECK_LIB(dbm,main)
 AC_FUNC_CHECK([dbm_open], , AC_DEFINE(ODBM))
 
-WITH_CCOPTS
-WITH_KRB5ROOT
 V5_AC_OUTPUT_MAKEFILE