From 424e31bdd6b383d694d51403a1fc4e57cb85384c Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sat, 9 Aug 2014 14:42:11 -0300 Subject: [PATCH] Updated configure files. --- aclocal.m4 | 2 +- compile | 1 + configure | 8 ++++---- configure.ac | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) create mode 120000 compile diff --git a/aclocal.m4 b/aclocal.m4 index 535856b..a7d9edf 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -32,7 +32,7 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' +[am__api_version='1.14' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.14.1], [], diff --git a/compile b/compile new file mode 120000 index 0000000..d3164c8 --- /dev/null +++ b/compile @@ -0,0 +1 @@ +/usr/share/automake-1.14/compile \ No newline at end of file diff --git a/configure b/configure index 2087a96..c6486fd 100755 --- a/configure +++ b/configure @@ -1426,8 +1426,8 @@ Optional Features: --disable-dependency-tracking speeds up one-time build --disable-libtool-lock avoid locking (might break parallel builds) - --disable-maintainer-mode - disable make rules and dependencies not useful (and + --enable-maintainer-mode + enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --enable-c++11 enable C++11 features --disable-dot11 disable IEEE 802.11 support @@ -2506,7 +2506,7 @@ test -n "$target_alias" && ac_config_headers="$ac_config_headers include/config.h" -am__api_version='1.11' +am__api_version='1.14' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -11657,7 +11657,7 @@ $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else - USE_MAINTAINER_MODE=yes + USE_MAINTAINER_MODE=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 diff --git a/configure.ac b/configure.ac index e2003fe..7eb8a19 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/config.h) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability foreign]) LT_INIT([disable-static]) AC_CONFIG_MACRO_DIR([m4]) -AM_MAINTAINER_MODE([enable]) +AM_MAINTAINER_MODE([disable]) AC_PROG_CXX AC_LANG(C++)