From 265deb84dc45732c1deac6a6745348b79bfaedf0 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 23 Sep 1994 00:49:31 +0000 Subject: Fix order of autoconf macros so that the tests can find CC properly. (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 | 4 ++++ src/appl/popper/configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/appl') diff --git a/src/appl/popper/ChangeLog b/src/appl/popper/ChangeLog index e3d9ba1a9..a0ffb2323 100644 --- a/src/appl/popper/ChangeLog +++ b/src/appl/popper/ChangeLog @@ -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: diff --git a/src/appl/popper/configure.in b/src/appl/popper/configure.in index 9a6844d96..454e11a7c 100644 --- a/src/appl/popper/configure.in +++ b/src/appl/popper/configure.in @@ -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) -- cgit