summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore11
-rw-r--r--configure.ac3
2 files changed, 11 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 9bd9266..0914198 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,6 @@ Makefile
Makefile.in
aclocal.m4
autom4te.cache
-build-aux
config.log
config.status
configure
@@ -21,3 +20,13 @@ flex-*/
libtool
mkinstalldirs
stamp-*
+compile
+config.guess
+config.rpath
+config.sub
+depcomp
+install-sh
+ltmain.sh
+missing
+test-driver
+ylwrap
diff --git a/configure.ac b/configure.ac
index 5e4c572..4edc904 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,8 +30,7 @@ LT_INIT
SHARED_VERSION_INFO="2:0:0"
AC_SUBST(SHARED_VERSION_INFO)
AC_CONFIG_SRCDIR([src/scan.l])
-AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([gnu check-news std-options dist-bzip2 dist-xz parallel-tests 1.10])
+AM_INIT_AUTOMAKE([gnu check-news std-options dist-bzip2 dist-xz parallel-tests 1.14.1])
AC_CONFIG_HEADER([src/config.h])
AC_CONFIG_LIBOBJ_DIR([lib])
AC_CONFIG_MACRO_DIR([m4])