From 12bb0842fafb0d25e54cdfd4ee9832240a753a11 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 27 Jun 1994 17:00:12 +0000 Subject: * configure.in (in all relevant subdirs): move invokations of CONFIG_RULES around so that they preceed anything that even vaguely resembles a compile test. This is so that $CC will get set properly before any compile tests run. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3918 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/create/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/admin/create') diff --git a/src/admin/create/configure.in b/src/admin/create/configure.in index dd91e3b4c..7498ab533 100644 --- a/src/admin/create/configure.in +++ b/src/admin/create/configure.in @@ -1,10 +1,10 @@ AC_INIT(kdb5_create.c) WITH_CCOPTS +CONFIG_RULES WITH_KRB5ROOT AC_SET_BUILDTOP AC_HAVE_LIBRARY(socket) AC_HAVE_LIBRARY(nsl) -CONFIG_RULES KRB_INCLUDE ISODE_INCLUDE AC_OUTPUT(Makefile,[EXTRA_RULES]) -- cgit