CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/07 18:46:42

Index: configure.ac
===================================================================
RCS file: /sources/m4/m4/configure.ac,v
retrieving revision 1.36.2.9
retrieving revision 1.36.2.10
diff -u -b -r1.36.2.9 -r1.36.2.10
--- configure.ac        29 May 2006 19:40:03 -0000      1.36.2.9
+++ configure.ac        7 Jun 2006 18:46:42 -0000       1.36.2.10
@@ -99,6 +99,10 @@
   ])
 fi
 
+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
+
 AC_MSG_CHECKING([[if changeword is wanted]])
 AC_ARG_ENABLE([changeword],
   [AS_HELP_STRING([--enable-changeword],


Reply via email to