m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/configure.ac,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/configure.ac,v [branch-1_4]
Date: Fri, 09 Jun 2006 03:07:29 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/09 03:07:21

Index: configure.ac
===================================================================
RCS file: /sources/m4/m4/configure.ac,v
retrieving revision 1.36.2.10
retrieving revision 1.36.2.11
diff -u -b -r1.36.2.10 -r1.36.2.11
--- configure.ac        7 Jun 2006 18:46:42 -0000       1.36.2.10
+++ configure.ac        9 Jun 2006 03:07:20 -0000       1.36.2.11
@@ -28,20 +28,14 @@
 AC_CONFIG_SRCDIR([src/m4.h])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 
-AC_PROG_AWK
 AC_PROG_CC
-AC_PROG_INSTALL
-AC_PROG_MAKE_SET
 AC_PROG_RANLIB
 
 AC_AIX
-AC_ISC_POSIX
 AC_MINIX
-AC_C_CONST
 
 AC_CHECK_HEADERS([limits.h memory.h siginfo.h string.h unistd.h])
 AC_CHECK_HEADERS([signal.h sys/signal.h], [break])
-AC_HEADER_STDC
 AC_TYPE_SIGNAL
 AC_TYPE_SIZE_T
 
@@ -101,7 +95,7 @@
 
 dnl Don't let changeword get in our way, if bootstrapping with a version of
 dnl m4 that already turned the feature on.
-m4_undefine([changeword])dnl
+m4_ifdef([changeword], [m4_undefine([changeword])])dnl
 
 AC_MSG_CHECKING([[if changeword is wanted]])
 AC_ARG_ENABLE([changeword],




reply via email to

[Prev in Thread] Current Thread [Next in Thread]