diff options
Diffstat (limited to 'tests/colon.test')
-rwxr-xr-x | tests/colon.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/colon.test b/tests/colon.test index da7a9da3e..22b5ed335 100755 --- a/tests/colon.test +++ b/tests/colon.test @@ -22,15 +22,15 @@ set -e -cat > configure.in << 'END' -AC_INIT -AM_INIT_AUTOMAKE(nonesuch, nonesuch) -AC_OUTPUT(Makefile foo.h:foo.hin) +cat >> configure.in <<'END' +AC_CONFIG_FILES([foo.h:foo.hin]) +AC_OUTPUT END : > Makefile.am : > foo.hin -: > stamp-h.in $ACLOCAL $AUTOMAKE + +: |