aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2024-05-28 10:49:45 +0100
committerAlan Modra <amodra@gmail.com>2024-06-10 08:25:55 +0930
commit28ea7ae220a0343ff7fe531ec761bd77d00dcb1c (patch)
tree882fa8d4017c586db9eedf956e7bd42648955e25
parentbb85488e6f502ae7c3e8ddf2a9e9058a85d7e887 (diff)
downloadgdb-28ea7ae220a0343ff7fe531ec761bd77d00dcb1c.zip
gdb-28ea7ae220a0343ff7fe531ec761bd77d00dcb1c.tar.gz
gdb-28ea7ae220a0343ff7fe531ec761bd77d00dcb1c.tar.bz2
autoupdate: replace old version of AC_INIT by the new one
- old AC_INIT by AC_INIT + AC_CONFIG_SRC_DIR https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fINIT-3
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f69d46..326d469 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,8 @@ m4_include([ltversion.m4])
m4_include([lt~obsolete.m4])
m4_include([config/isl.m4])
-AC_INIT(move-if-change)
+AC_INIT
+AC_CONFIG_SRCDIR([move-if-change])
AC_DISABLE_OPTION_CHECKING
progname=$0