1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

configure.in: Actually the snapshots aren't daily.

This commit is contained in:
Kalle Olavi Niemitalo 2007-07-11 22:59:14 +03:00 committed by Kalle Olavi Niemitalo
parent 4e2bff364a
commit e9f9d70492

View File

@ -1,7 +1,7 @@
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.59 is installed in the computer that generates our daily dnl Autoconf 2.59 is installed in the computer that generates our nightly
dnl snapshots, so we need to be compatible with that. dnl snapshots, so we need to be compatible with that.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(src/main/main.c) AC_INIT(src/main/main.c)