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:
Matthieu Longo 2024-05-28 10:49:47 +01:00 committed by Alan Modra
parent de278b6470
commit 3dee0baea2
14 changed files with 14 additions and 14 deletions

View File

@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
m4_include([version.m4])
AC_INIT([bfd], BFD_VERSION)
AC_INIT([bfd], [BFD_VERSION])
AC_CONFIG_SRCDIR([libbfd.c])
AC_CANONICAL_TARGET

View File

@ -19,7 +19,7 @@ dnl
m4_include([../bfd/version.m4])
m4_include([../config/debuginfod.m4])
AC_INIT([binutils], BFD_VERSION)
AC_INIT([binutils], [BFD_VERSION])
AC_CONFIG_SRCDIR(ar.c)
AC_CANONICAL_TARGET

View File

@ -21,7 +21,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
dnl v2.5 needed for --bindir et al
m4_include([../bfd/version.m4])
AC_INIT([gas], BFD_VERSION)
AC_INIT([gas], [BFD_VERSION])
AC_CONFIG_SRCDIR(as.h)
dnl Autoconf 2.57 will find the aux dir without this. However, unless

View File

@ -16,7 +16,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl Process this file with autoconf to produce a configure script.
AC_INIT([gdbsupport], 1.0)
AC_INIT([gdbsupport], [1.0])
AC_CONFIG_SRCDIR(common-defs.h)
AC_CONFIG_HEADERS([config.h:config.in])

View File

@ -17,7 +17,7 @@ dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
dnl
AC_INIT(gold, 0.1)
AC_INIT([gold], [0.1])
AC_CONFIG_SRCDIR(gold.cc)
AC_CANONICAL_TARGET

View File

@ -17,7 +17,7 @@ dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
dnl
m4_include([../bfd/version.m4])
AC_INIT([gprof], BFD_VERSION)
AC_INIT([gprof], [BFD_VERSION])
AC_CONFIG_SRCDIR([gprof.c])
AC_CANONICAL_TARGET([])

View File

@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
m4_include([../bfd/version.m4])
m4_include([../config/zlib.m4])
AC_INIT([gprofng], BFD_VERSION)
AC_INIT([gprofng], [BFD_VERSION])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([subdir-objects])
AM_MAINTAINER_MODE

View File

@ -17,7 +17,7 @@ dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
m4_include([../../bfd/version.m4])
AC_INIT([gprofng], BFD_VERSION)
AC_INIT([gprofng], [BFD_VERSION])
AC_CONFIG_MACRO_DIRS([../../config ../..])
AC_CONFIG_AUX_DIR(../..)
AC_CANONICAL_TARGET

View File

@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
m4_include([../bfd/version.m4])
AC_INIT([ld], BFD_VERSION)
AC_INIT([ld], [BFD_VERSION])
AC_CONFIG_SRCDIR(ldmain.c)
AC_CANONICAL_TARGET

View File

@ -29,7 +29,7 @@
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
AC_INIT(package-unused, version-unused,, libbacktrace)
AC_INIT([package-unused], [version-unused], [], [libbacktrace])
AC_CONFIG_SRCDIR(backtrace.h)
AC_CONFIG_HEADERS([config.h])

View File

@ -19,7 +19,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
AC_PREREQ([2.64])
AC_INIT([libctf], 1.2.0)
AC_INIT([libctf], [1.2.0])
AC_CONFIG_SRCDIR(ctf-impl.h)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST

View File

@ -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

View File

@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
m4_include([../bfd/version.m4])
AC_INIT([opcodes], BFD_VERSION)
AC_INIT([opcodes], [BFD_VERSION])
AC_CONFIG_SRCDIR([z8k-dis.c])
AC_CANONICAL_TARGET

View File

@ -24,7 +24,7 @@ AC_REVISION([for Readline 8.1, version 2.90])
m4_include([../../config/override.m4])
AC_INIT(readline, 8.1, bug-readline@gnu.org)
AC_INIT([readline], [8.1], [bug-readline@gnu.org])
dnl make sure we are using a recent autoconf version
AC_PREREQ([2.50])