dropping autoconf prereq to 2.65, hoping that lucid can now build

This commit is contained in:
pi-rho 2012-05-03 19:48:18 -05:00
parent e453f6b462
commit 4b8f395392
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script # Process this file with autoconf to produce a configure script
AC_PREREQ([2.68]) AC_PREREQ([2.65])
AC_INIT([netre-tools], [0.1337], [pi-rho@tyr.cx]) AC_INIT([netre-tools], [0.1337], [pi-rho@tyr.cx])
AC_CONFIG_SRCDIR([src/hdng.c]) AC_CONFIG_SRCDIR([src/hdng.c])