From: Hugo Villeneuve Date: Sat, 27 Jul 2013 04:50:15 +0000 (-0400) Subject: Add test AC_PROG_CC and comment about AM_PROG_CC_C_O X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=4ee3f2cb9994bc3b6e1aff59e6af46bd38a98f00;p=dockapps%2Fwmnotify.git Add test AC_PROG_CC and comment about AM_PROG_CC_C_O --- diff --git a/configure.ac b/configure.ac index faff915..1261c02 100644 --- a/configure.ac +++ b/configure.ac @@ -11,9 +11,12 @@ AM_INIT_AUTOMAKE(check-news) AM_SILENT_RULES([yes]) dnl Testing the C compiler. -AM_PROG_CC_C_O +AC_PROG_CC AC_LANG_C +dnl For per-target flags +AM_PROG_CC_C_O + dnl Checking for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_PID_T