diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-07 21:58:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-07 21:58:19 +0000 |
commit | ea20b7ebe558901fff97a9f0622101b7318a50a9 (patch) | |
tree | 819f05c20e3802cc49253541752c3aeee8c0fb05 /configure.in | |
parent | 0978efa06693a85ec2eb5a21e4fe634688c38006 (diff) | |
download | cygnal-ea20b7ebe558901fff97a9f0622101b7318a50a9.tar.gz cygnal-ea20b7ebe558901fff97a9f0622101b7318a50a9.tar.bz2 cygnal-ea20b7ebe558901fff97a9f0622101b7318a50a9.zip |
* configure.in: Add AC_PREREQ for consistency.
* configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7fc3b9ca5..d427bbfae 100644 --- a/configure.in +++ b/configure.in @@ -19,6 +19,7 @@ ### WARNING: this file contains embedded tabs. Do not run untabify on this file. AC_INIT(move-if-change) +AC_PREREQ(2.13) AC_CANONICAL_SYSTEM AC_ARG_PROGRAM |