]> Untitled Git - emu8051.git/commitdiff
Remove obsolescent macro AM_PROG_CC_C_O
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 7 Dec 2013 23:50:39 +0000 (18:50 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 7 Dec 2013 23:50:39 +0000 (18:50 -0500)
configure.ac

index 8f2f2d0f1c2604dc3ada3e1dd05618ea50052ec5..8b7ed65258b869975d43a940c78f9fd033bae430 100644 (file)
@@ -11,7 +11,6 @@ AM_INIT_AUTOMAKE(check-news -Wall std-options color-tests parallel-tests)
 AM_SILENT_RULES([yes])
 
 dnl Testing the C compiler.
-AM_PROG_CC_C_O
 AC_LANG_C
 
 dnl Checking for typedefs, structures, and compiler characteristics.