Merge branch 'maint'
[platform/upstream/automake.git] / tests / installdir.test
index 2fc1285..1147ee7 100755 (executable)
 
 # Test for PR 203.
 # See also automake bug#11030.
+#
+# == Original Report for PR/203 ==
+# Some standard targets are missing '-local' hooks.  For instance,
+# installdirs is missing this.  Ideally this would be an automatic
+# feature of any exported target.
 
 . ./defs || Exit 1
 
-set -e
-
 echo AC_OUTPUT >> configure.in
 
 cat > Makefile.am << 'END'