This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via be1c2a01dc8af1fcef6bf1b80c5a4038603d24b7 (commit)
from c6e323e75dafc7c5553dde448cc625304cab95b4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/be1c2a01dc8af1fcef6bf1b80c5a4038603d24b7
commit be1c2a01dc8af1fcef6bf1b80c5a4038603d24b7
Author: Christophe CURIS <[email protected]>
Date: Mon Dec 15 20:43:45 2014 +0100
configure: require a minimum version for Autoconf to avoid wrong generation
As found by Douglas Torrance, when the 'configure' script is generated
using v2.68 of autoconf then it gets wrongly generated due to a regression
in the handling of names in AS_VAR_PUSHDEF, and crashes with this kind of
sibylline messages:
checking CFLAGS for -Wtrampolines... ./configure: line 11916:
wm_cv_c_check_compopt_Werror_trampolines=no, unknown: command not found
This patch adds a check on autoconf version to ensure the problem will get
caught as soon as possible.
Signed-off-by: Christophe CURIS <[email protected]>
diff --git a/configure.ac b/configure.ac
index c9ed50ce..ad4bef61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,14 @@ dnl autoconf
dnl libtoolize --force --automake
dnl automake -a --gnu --include-deps
dnl
+
+
+dnl Due to a bug in Autoconf 2.68 (apparently a regression), we need at least
+dnl version 2.68b which includes this patch:
+dnl
http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=2b0d95faef68d7ed7c08b0edb9ff1c38728376fa
dnl
+dnl Because the 2.69 was released only a few month later, let's just ask for it
+AC_PREREQ([2.69])
AC_INIT(WindowMaker, 0.95.6, , WindowMaker, http://www.windowmaker.org/)
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].