summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6f5ca1f..c7acff2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ Makefile.in
/aclocal.m4
/autom4te.cache
+/compile
/config.*
/configure
/depcomp
@@ -15,5 +16,6 @@ Makefile.in
/libtool
/ltmain.sh
/missing
+/stamp-h1
/*.pc
diff --git a/configure.ac b/configure.ac
index dedf2f8..25a5b41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
AC_PROG_CC
+AM_PROG_CC_C_O
AC_EXEEXT
AC_DISABLE_STATIC
AM_PROG_LIBTOOL