From: Stefan Monnier Date: Tue, 4 May 2004 21:24:09 +0000 (+0000) Subject: Don't use `extrasub' (loses with autoconf 2.59). X-Git-Tag: ttn-vms-21-2-B4~6412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f9d49058212da0396f8c4206b0628395ada6779;p=emacs.git Don't use `extrasub' (loses with autoconf 2.59). --- diff --git a/ChangeLog b/ChangeLog index d4deac200a5..1a771c60604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-04 Dave Love + + * configure.in: Don't use `extrasub'. + 2004-04-29 Dave Love * configure.in: Don't forget to quote args to `test'. diff --git a/configure.in b/configure.in index b1b7bff867e..b7318b8f805 100644 --- a/configure.in +++ b/configure.in @@ -170,15 +170,6 @@ if test `pwd` != `(cd ${srcdir} && pwd)` \ use GNU make. If you do not have GNU make, then you must now do `make distclean' in ${srcdir}, and then run $0 again.]]) - -[extrasub='/^VPATH[ ]*=/c\ -vpath %.c $(srcdir)\ -vpath %.h $(srcdir)\ -vpath %.y $(srcdir)\ -vpath %.l $(srcdir)\ -vpath %.s $(srcdir)\ -vpath %.in $(srcdir)\ -vpath %.texi $(srcdir)'] fi #### Given the configuration name, set machfile and opsysfile to the