Merge branch 'maint'
[platform/upstream/automake.git] / tests / instdir-cond.test
index 9cdd810..2965ff1 100644 (file)
@@ -19,9 +19,7 @@
 
 . ./defs || Exit 1
 
-set -e
-
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
 AM_CONDITIONAL([ENABLE_FOO], [false])
 AC_OUTPUT
 END