]> sourceware.org Git - libabigail.git/commitdiff
configure.ac: Fix typo triggered when --enable-big-tests is used
authorDodji Seketeli <dodji@redhat.com>
Wed, 7 Aug 2024 16:37:11 +0000 (18:37 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 8 Aug 2024 10:12:15 +0000 (12:12 +0200)
* configure.ac: It's "cd $ac_abs_top_srcdir/big-tests", not
"cd ac_abs_top_srcdir/big-tests"

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac

index 9c8e551135cd08863c75fb662cc9d39b2330965e..65d43f13ba45eea8ace31e7bb1325a3585013d09 100644 (file)
@@ -470,7 +470,7 @@ if test x$ENABLE_BIG_TESTS = xyes; then
   if test -d $srcdir/big-tests -o -L $srcdir/big-tests; then
      AC_CONFIG_COMMANDS([create-big-tests-build-dir-and-configure],
                        [AC_MSG_NOTICE([Found $srcdir/big-tests!])
-                        cd ac_abs_top_srcdir/big-tests
+                        cd $ac_abs_top_srcdir/big-tests
                         autoreconf -i
                         cd $ac_abs_top_builddir
                         test -d big-tests || mkdir big-tests
This page took 1.297973 seconds and 5 git commands to generate.