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 | b8790c9db4c455158a200fa816e0acfd9c8b2579 (patch) | |
tree | 86189c9bee4ed8c239f47076d1155013e6290925 /configure.in | |
parent | 5b3280a98dbffbbea3100ec225717b19e0a6b1e0 (diff) | |
download | gdb-b8790c9db4c455158a200fa816e0acfd9c8b2579.tar.gz |
* 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 7fc3b9ca5e2..d427bbfae6b 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 |