This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/20065] Configure script is not in sync with configure.ac
- From: "jistone at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 09 May 2016 20:55:46 +0000
- Subject: [Bug runtime/20065] Configure script is not in sync with configure.ac
- Auto-submitted: auto-generated
- References: <bug-20065-6586 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=20065
Josh Stone <jistone at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jistone at redhat dot com
--- Comment #1 from Josh Stone <jistone at redhat dot com> ---
(In reply to Francis Giraldeau from comment #0)
> 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)'
This succeeds for me on Fedora 23, with no new changes.
(Well, a couple makefiles have shuffled install lines, but these seem to shift
every time I regenerate them.)
> 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
For some reason, these two macros were put in aclocal.m4 instead of under the
m4/ directory. I don't know how to influence that.
--
You are receiving this mail because:
You are the assignee for the bug.