summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-10-31 19:45:09 +0000
committerTheodore Tso <tytso@mit.edu>1994-10-31 19:45:09 +0000
commit21c0a8b46c0e695bb5cb189f01c97d990c7322e3 (patch)
tree7caa1afc1cfd37a4ca1da058b5467ef3f60d4910 /src/include
parentd2a10262a6fd5eac0ed4a98dc57b506575342c1b (diff)
downloadkrb5-21c0a8b46c0e695bb5cb189f01c97d990c7322e3.tar.gz
krb5-21c0a8b46c0e695bb5cb189f01c97d990c7322e3.tar.xz
krb5-21c0a8b46c0e695bb5cb189f01c97d990c7322e3.zip
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. (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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog7
-rw-r--r--src/include/krb5/configure.in4
2 files changed, 9 insertions, 2 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 8d93aedc7..c70d3dd93 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -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
diff --git a/src/include/krb5/configure.in b/src/include/krb5/configure.in
index d31ef0543..9391f67c9 100644
--- a/src/include/krb5/configure.in
+++ b/src/include/krb5/configure.in
@@ -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