mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-16 06:08:09 +08: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:
committed by
Alan Modra
parent
28ea7ae220
commit
de278b6470
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user