changeset 89308:1741217e380c

Use AC_CONFIG_LIBOBJ_DIR. Require autoconf 2.54.
author Dave Love <fx@gnu.org>
date Thu, 07 Nov 2002 20:26:51 +0000
parents 2cf77d6e4261
children 166a8c60dd25
files configure.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Nov 07 07:32:07 2002 +0000
+++ b/configure.in	Thu Nov 07 20:26:51 2002 +0000
@@ -23,7 +23,7 @@
 dnl  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 dnl  Boston, MA 02111-1307, USA.
 
-AC_PREREQ(2.53)dnl
+AC_PREREQ(2.54)dnl
 AC_INIT(src/lisp.h)
 AC_CONFIG_HEADER(src/config.h:src/config.in)
 
@@ -1345,6 +1345,8 @@
   CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS"
 fi
 
+AC_CONFIG_LIBOBJ_DIR(src)
+
 dnl Do this early because it can frob feature test macros for Unix-98 &c.
 AC_SYS_LARGEFILE