Merge branch 'micro' into maint
[platform/upstream/automake.git] / t / subobj7.sh
old mode 100755 (executable)
new mode 100644 (file)
index 2d997c7..de73cc2
 
 cat >> configure.ac << 'END'
 AC_PROG_CC
-AM_PROG_CC_C_O
 AC_OUTPUT
 END
 
 cat > Makefile.am << 'END'
+AUTOMAKE_OPTIONS = subdir-objects
 bin_PROGRAMS = wish
 wish_SOURCES = foo.c generic/a.c
 END