mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Bug 936: Require Autoconf 2.61 or later.
[ From commit b2d95b11f5
in ELinks
0.12.GIT. --KON ]
This commit is contained in:
parent
45767788b1
commit
c4873ba243
@ -1,6 +1,9 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.13)
|
||||
dnl Autoconf 2.13 generates an incomplete config.h.in; see ELinks bug 936.
|
||||
dnl Autoconf 2.61 is known to be compatible with ELinks, so that's what we
|
||||
dnl specify here.
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(src/main/main.c)
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user