summaryrefslogtreecommitdiff
path: root/tests/libobj16b.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libobj16b.test')
-rwxr-xr-xtests/libobj16b.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/libobj16b.test b/tests/libobj16b.test
index fbb9bd7b3..a607ce974 100755
--- a/tests/libobj16b.test
+++ b/tests/libobj16b.test
@@ -20,7 +20,7 @@
required=cc
. ./defs || Exit 1
-mv configure.in configure.proto
+mv configure.ac configure.proto
cat >> configure.proto << 'END'
AC_PROG_CC
AC_PROG_RANLIB
@@ -76,8 +76,8 @@ sed '/%LIBOBJ-STUFF%/{
s/.*//
i\
AC_LIBOBJ(maude) dnl: do not quote this!
-}' configure.proto > configure.in
-cat configure.in # For debugging.
+}' configure.proto > configure.ac
+cat configure.ac # For debugging.
cat > extra-checks.am << 'END'
extra_checks = maude-src maude-dist maude-lib liver-not-dist
@@ -117,8 +117,8 @@ else\
fi\
AC_LIBSOURCE(maude.c) dnl: do not quote this!\
AC_LIBSOURCE(liver.c) dnl: do not quote this!
-}' configure.proto > configure.in
-cat configure.in # For debugging.
+}' configure.proto > configure.ac
+cat configure.ac # For debugging.
$ACLOCAL
$AUTOCONF