summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c638bdf99..a0772d177 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@
.version
ABOUT-NLS
aclocal.m4
+ar-lib
autom4te.cache
compile
config.cache
diff --git a/configure.ac b/configure.ac
index a579c8eed..23a0f7907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,10 +11,11 @@ AC_CONFIG_MACRO_DIR([m4])
dnl AC_USE_SYSTEM_EXTENSIONS must be called before any macros that run
dnl the compiler (like AC_PROG_LIBTOOL) to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax dist-bzip2 no-dist-gzip dist-xz -Wno-portability subdir-objects])
+AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_CONFIG_SRCDIR([sys-utils/mount.c])
AC_PREFIX_DEFAULT([/usr])