Merge branch 'micro' into maint
[platform/upstream/automake.git] / t / yacc-subdir.sh
old mode 100755 (executable)
new mode 100644 (file)
index 9db4921..95788ec
@@ -22,7 +22,6 @@ required='cc yacc'
 
 cat >> configure.ac << 'END'
 AC_PROG_CC
-AM_PROG_CC_C_O
 AC_PROG_YACC
 AC_OUTPUT
 END