diff options
Diffstat (limited to 't/confh-subdir-clean.sh')
-rwxr-xr-x | t/confh-subdir-clean.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/confh-subdir-clean.sh b/t/confh-subdir-clean.sh index 5a942da5b..05720346e 100755 --- a/t/confh-subdir-clean.sh +++ b/t/confh-subdir-clean.sh @@ -16,10 +16,10 @@ # Test to make sure config headers in subdirectories are cleaned. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' -AM_CONFIG_HEADER([sub/config.h:sub/config.hin]) +AC_CONFIG_HEADERS([sub/config.h:sub/config.hin]) AC_OUTPUT END |