diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2003-01-07 21:58:19 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2003-01-07 21:58:19 +0000 |
commit | 75778ec42f949f47868a62ff0ca84204978a8b54 (patch) | |
tree | ac331ea9e626733fbc02448c788220ea74ebfc2c /configure.in | |
parent | 2d10acd2e442e82e94d663861ba2f4c57430fc5b (diff) | |
download | gdb-75778ec42f949f47868a62ff0ca84204978a8b54.zip gdb-75778ec42f949f47868a62ff0ca84204978a8b54.tar.gz gdb-75778ec42f949f47868a62ff0ca84204978a8b54.tar.bz2 |
* 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 7fc3b9c..d427bbf 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 |