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 /configure.in | |
parent | 13a98d57514f5baae6d323f4f9e00fbceec99629 (diff) | |
download | emacs-1f2c922f6a23b8771b54a779b69c6cd0e74e83b0.tar.gz |
Don't use `extrasub' (loses with autoconf 2.59).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
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 |