dect
/
asterisk
Archived
13
0
Fork 0

comment the fact that autoconf2.59 is ok to process this file, but we want to

use 2.60 in case the generated "configure" file must me committed back to the
repository, so we keep differences to a minimum.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44251 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2006-10-03 15:48:57 +00:00
parent 6280500472
commit e4c79792a5
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
# Process this file with autoconf to produce a configure script.
#
# Make sure we use autoconf 2.60 to generate the "configure" script,
# in case we want to commit it. Other than that, version 2.59 is
# perfectly fine for our purposes, so people who want to modify
# this file just have to remember to set the AC_PREREQ argument
# to something that suits their needs.
AC_PREREQ(2.60)