mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
autoupdate: add square brackets around argument of AC_PREREQ
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fPREREQ-1
This commit is contained in:
parent
28ea7ae220
commit
de278b6470
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ dnl along with this program; see the file COPYING. If not see
|
|||
dnl <http://www.gnu.org/licenses/>.
|
||||
dnl
|
||||
|
||||
AC_PREREQ(2.64)
|
||||
AC_PREREQ([2.64])
|
||||
AC_INIT([libctf], 1.2.0)
|
||||
AC_CONFIG_SRCDIR(ctf-impl.h)
|
||||
AC_CANONICAL_BUILD
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ m4_include([../../config/override.m4])
|
|||
AC_INIT(readline, 8.1, bug-readline@gnu.org)
|
||||
|
||||
dnl make sure we are using a recent autoconf version
|
||||
AC_PREREQ(2.50)
|
||||
AC_PREREQ([2.50])
|
||||
|
||||
AC_CONFIG_SRCDIR(readline.h)
|
||||
dnl GDB LOCAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue