diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7de446b..db970e7 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,10 @@ AC_PROG_CC AC_STDC_HEADERS AC_PROG_LIBTOOL +AM_PROG_CC_C_O + +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + # base deps # output stuff |