diff options
Diffstat (limited to 't/yacc-bison-skeleton.sh')
-rwxr-xr-x | t/yacc-bison-skeleton.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-bison-skeleton.sh b/t/yacc-bison-skeleton.sh index f4fdf327d..d7623b376 100755 --- a/t/yacc-bison-skeleton.sh +++ b/t/yacc-bison-skeleton.sh @@ -18,7 +18,7 @@ # For Automake bug#7648 and PR automake/491. required='cc bison' -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |