This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/20065] New: Configure script is not in sync with configure.ac
- From: "francis.giraldeau at gmail dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 09 May 2016 20:35:59 +0000
- Subject: [Bug runtime/20065] New: Configure script is not in sync with configure.ac
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=20065
Bug ID: 20065
Summary: Configure script is not in sync with configure.ac
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: runtime
Assignee: systemtap at sourceware dot org
Reporter: francis.giraldeau at gmail dot com
Target Milestone: ---
It seems that the configure.ac file in the repo is newer than configure script.
After regenerate it with "autoreconf -vfi", I get the following error:
./configure
[...]
./configure: line 9443: syntax error near unexpected token `11,'
./configure: line 9443: `AX_CXX_COMPILE_STDCXX(11, noext, optional)'
It seems some m4 macros are missing:
https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html
http://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html
--
You are receiving this mail because:
You are the assignee for the bug.