Merge branch 'micro' into maint
[platform/upstream/automake.git] / t / repeated-options.sh
old mode 100755 (executable)
new mode 100644 (file)
index d3fe962..95963c5
@@ -24,7 +24,6 @@ cat >configure.ac <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip no-dist-gzip dist-bzip2])
 AC_PROG_CC
-AM_PROG_CC_C_O
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
 END