diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-05-04 21:24:09 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-05-04 21:24:09 +0000 |
commit | 1f2c922f6a23b8771b54a779b69c6cd0e74e83b0 (patch) | |
tree | 369f6415bdc841b5e3aca2526798cd09ca6064fe | |
parent | 13a98d57514f5baae6d323f4f9e00fbceec99629 (diff) | |
download | emacs-1f2c922f6a23b8771b54a779b69c6cd0e74e83b0.tar.gz |
Don't use `extrasub' (loses with autoconf 2.59).
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 9 |
2 files changed, 4 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog index d4deac200a5..1a771c60604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-04 Dave Love <fx@gnu.org> + + * configure.in: Don't use `extrasub'. + 2004-04-29 Dave Love <fx@gnu.org> * 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 |