diff options
author | Christopher Faylor <me@cgf.cx> | 2006-05-24 16:59:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-05-24 16:59:03 +0000 |
commit | 99fc5e10f338e668b85288366e03727157f23af5 (patch) | |
tree | 48f5ff86f79c60a3b6f46516027580819013cabf /winsup/w32api/configure.in | |
parent | 6265ac10be7c0df26a1f4193de8c16e9ca00b3c4 (diff) | |
download | cygnal-99fc5e10f338e668b85288366e03727157f23af5.tar.gz cygnal-99fc5e10f338e668b85288366e03727157f23af5.tar.bz2 cygnal-99fc5e10f338e668b85288366e03727157f23af5.zip |
update to newer autoconf
Diffstat (limited to 'winsup/w32api/configure.in')
-rw-r--r-- | winsup/w32api/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/configure.in b/winsup/w32api/configure.in index 36032f09f..e30c4b509 100644 --- a/winsup/w32api/configure.in +++ b/winsup/w32api/configure.in @@ -7,7 +7,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. -AC_PREREQ(2.12) +AC_PREREQ(2.59) AC_INIT(lib/scrnsave.c) AC_CANONICAL_SYSTEM |