Don't use `extrasub' (loses with autoconf 2.59).
This commit is contained in:
parent
440c7d00c4
commit
8f9d490582
2 changed files with 4 additions and 9 deletions
|
@ -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'.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue