* configure.in: Add AC_PREREQ for consistency.
* configure: Regenerate.
This commit is contained in:
parent
2d10acd2e4
commit
75778ec42f
3 changed files with 26 additions and 1217 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-07 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* configure.in: Add AC_PREREQ for consistency.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-01-06 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* configure.in (GDB_TK): Add tcl directories conditional on
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue