aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2024-05-28 10:49:47 +0100
committerAlan Modra <amodra@gmail.com>2024-06-10 08:25:56 +0930
commit3dee0baea2e8129b6ebfde9567a0b11c5147af56 (patch)
tree327c7eca68dd49027291e4f7f34210c263390d46 /gold
parentde278b64701654cb77624319563f8e4fe6077b0d (diff)
downloadgdb-3dee0baea2e8129b6ebfde9567a0b11c5147af56.zip
gdb-3dee0baea2e8129b6ebfde9567a0b11c5147af56.tar.gz
gdb-3dee0baea2e8129b6ebfde9567a0b11c5147af56.tar.bz2
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
Diffstat (limited to 'gold')
-rw-r--r--gold/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/configure.ac b/gold/configure.ac
index 0e622c7..52f7a70 100644
--- a/gold/configure.ac
+++ b/gold/configure.ac
@@ -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