0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

Bug 936: Allow Autoconf 2.59 too, for elinks.cz compatibility.

This commit is contained in:
Kalle Olavi Niemitalo 2007-07-02 21:05:03 +03:00 committed by Witold Filipczyk
parent 75d794e538
commit d08f16de96

View File

@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl Autoconf 2.13 generates an incomplete config.h.in; see ELinks bug 936. 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 Autoconf 2.59 is installed in the computer that generates our daily
dnl specify here. dnl snapshots, so we need to be compatible with that.
AC_PREREQ(2.61) AC_PREREQ(2.59)
AC_INIT(src/main/main.c) AC_INIT(src/main/main.c)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)