From 316fa38dbcb21837358f33ce381a0b39c96f941b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Apr 2015 02:43:08 -0400 Subject: [PATCH 1/2] rename configure.in Newer autotools complains when the file is named configure.in. --- configure.in => configure.ac | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configure.in => configure.ac (100%) diff --git a/configure.in b/configure.ac similarity index 100% rename from configure.in rename to configure.ac From 169e14c7acab1e4e03ccdc25f0314bd39d6982cb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Apr 2015 02:45:41 -0400 Subject: [PATCH 2/2] ignore the compile file Newer autotools installs this file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4a1f96e2..960696cd 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ Makefile.in /ABOUT-NLS /aclocal.m4 /autom4te.cache +/compile /config.guess /config.h /config.h.in