forked from Imagelibrary/binutils-gdb
autoupdate: add square brackets around arguments of AC_INIT
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fINIT-2
This commit is contained in:
committed by
Alan Modra
parent
de278b6470
commit
3dee0baea2
@@ -18,7 +18,7 @@ dnl along with this program; see the file COPYING. If not see
|
||||
dnl <http://www.gnu.org/licenses/>.
|
||||
dnl
|
||||
|
||||
AC_INIT([libsframe], BFD_VERSION)
|
||||
AC_INIT([libsframe], [BFD_VERSION])
|
||||
AC_CONFIG_SRCDIR(sframe.c)
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
Reference in New Issue
Block a user