similar to: configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS

Displaying 20 results from an estimated 2000 matches similar to: "configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS"

2015 Jul 15
1
configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS
On Wed, Jul 15, 2015 at 02:42:13PM +0200, Florent B wrote: > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > --without-zlib --with-lzo --with-openssl > > is then failing on > > ./configure: line 5083: syntax error near unexpected token > `-DFORTIFY_SOURCE=2,' > ./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2, >
2015 Jul 27
0
./configure: line 5083: syntax error near unexpected token `-DFORTIFY_SOURCE=2, '
Hi all, I always have a problem to compile Tinc 1.1 on Debian Wheezy (after AC_CONFIG_MACRO_DIRS problem was solved). Now I get : ./configure: line 5083: syntax error near unexpected token `-DFORTIFY_SOURCE=2,' ./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2, CPPFLAGS="$CPPFLAGS -DFORTIFY_SOURCE=2")' Just to be clear, I run : rm -Rf /usr/src/tinc git
2015 Jul 15
0
configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS
On Wed, Jul 15, 2015 at 02:35:33PM +0200, Florent B wrote: > I have found the problem, replacing > > AC_CONFIG_MACRO_DIRS([m4]) > > with > > AC_CONFIG_MACRO_DIR([m4]) > > in configure.ac seems to solve the problem. > > It is about automake version, I have 1.11.6 (wheezy) and it needs 1.14 > to use DIRS. > > How to make it work for every version ?
2015 Jul 15
0
configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS
On Wed, Jul 15, 2015 at 04:02:07PM +0200, Florent B wrote: > configure script sent to you It seems none of the functions defined in m4/ have been expanded. Could it be you removed the AC_CONFIG_MACRO_DIR() line completely? In doubt, do a git checkout configure.ac; git pull and run autoreconf -fsi again. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus at
2015 Sep 24
0
./configure: line 5083: syntax error near unexpected token `-DFORTIFY_SOURCE=2, '
On Thu, Sep 24, 2015 at 12:06:32PM +0200, Florent B wrote: > Possible to revert this or not ? It breaks compilation on Wheezy. > For now I fix it "by hand" but I would prefer a clean git compilation. Done. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus at tinc-vpn.org> -------------- next part -------------- A non-text attachment was scrubbed...
2016 Apr 08
2
Commit 68f4ca7 issues
There are few reasons why I stick to older OSes. In case of FreeBSD its my customized Imunes platform for network simulations... Anyway, back to root problem: gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\" -DFORTIFY_SOURCE=2 -g -O2 -MT tincd.o -MD -MP -MF $depbase.Tpo -c -o tincd.o tincd.c &&\ mv -f $depbase.Tpo $depbase.Po
2016 Apr 08
0
Commit 68f4ca7 issues
On Fri, Apr 08, 2016 at 02:55:10PM +0200, borg at uu3.net wrote: > There are few reasons why I stick to older OSes. > In case of FreeBSD its my customized Imunes platform > for network simulations... Hm, I just tried FreeBSD 4.11 in a VM and it seems it doesn't support C99 at all. So I guess you already had to install a newer GCC and what not to get things running :) > Anyway,
2010 Nov 21
0
[ANNOUNCE] libX11 1.4.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After 3 release candidates, it's finally done - libX11 1.4 is released. As previously warned, libX11 1.4 *requires* libxcb. The Xlib 1.3 branch continues to support the --without-xcb option for the benefit of any remaining distributors who do not yet ship XCB in their stable releases. Changes since the last release candidate: Alan Coopersmith
2019 Apr 14
1
Opus cmake build
Hi Marcus, Thanks for the fixes. I did some more cmake build testing and encountered a few issues: The option -DFORTIFY_SOURCE=2 should be -D_FORTIFY_SOURCE=2, as the macro has a leading underscore. In the autotools build it defines this if it is not already defined (m4/ax_add_fortify_source.m4). When custom modes are not enabled, the cmake build is nevertheless installing the include file
2017 Aug 01
0
configure.ac
If you check developer.r-project.org, you'll find links to the scripts that we use for building releases and pre-releases of R. These are usually run on a Mac, but shouldn't require much change for Linux. In particular, notice this lead-in in the prerelease script: rm -rf BUILD-dist mkdir BUILD-dist cd R aclocal -I m4 autoconf cd ../BUILD-dist ....etc.... -pd > On 1 Aug 2017, at
2017 Aug 01
3
configure.ac
Hi, Just a quick mail to mention that I cannot generate a new configure script using autoconf or autoreconf. I had edited the configure.ac and thought ... "oh, that's my fault", but then I tried it on R-patched and R-3.4.1 without touching configure.ac and had the same problems. The "building R packages" documentation seems to suggest that "autoconf" should take
2008 Dec 29
1
AC_CONFIG_MACRO_DIR
Charles, When running autoreconf in the trunk, I get a couple of additional files since I upgraded to openSUSE 11.1. Most likely, this is due to a newer version of the auto(whatever) tools that are used. Or I never looked at this more closely before. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file
2018 Aug 14
5
[PATCH 1/4] build: Use LT_INIT in configure.ac.
Avoids the warning: libtoolize: Remember to add 'LT_INIT' to configure.ac. This is the new name for AC_PROG_LIBTOOL, so I removed that. However to use this macro we must enable AC_USE_SYSTEM_EXTENSIONS. (AC_GNU_SOURCE was removed back in 2011). --- configure.ac | 5 +++++ m4/guestfs-progs.m4 | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac
2016 Jan 20
2
488 Not acceptable here
Hello List; I am facing a trouble with a sip trunk on asterisk 1.4 and asterisk 1.8 and I am getting the following debug, can someone advise me about the solution: <--- SIP read from Provider_IP_Address:5083 --->INVITE sip:22021782 at Asterisk_IP_Address:5060 SIP/2.0?Via: SIP/2.0/UDP Provider_IP_Address:5083;branch=z9hG4bKn1va9h109091cms8h5a0.1?From: "1828444" <sip:1828444 at
2020 Nov 19
0
CESA-2020:5083 Moderate CentOS 7 microcode_ctl Security Update
CentOS Errata and Security Advisory 2020:5083 Moderate Upstream details at : https://access.redhat.com/errata/RHSA-2020:5083 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 09b0a412ef431cf5907e6d41f5bf960d051927c73b0a292dea9a52585f306e01 microcode_ctl-2.1-73.2.el7_9.x86_64.rpm Source:
2020 Nov 20
0
CentOS-announce Digest, Vol 188, Issue 4
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2001 Aug 13
0
InterMezzo patch for ac?
Hi Alan, Would you be opposed to including an InterMezzo patch for the ac series soon? It doesn't touch anything outside of its fs directory. It would probably help us get a few more users and fits nicely with ext3 being in ac now. We are also quite far along Reiser support for InterMezzo. Please let me know your thoughts on this. Thanks! - Peter -
2001 Aug 17
2
Where do I get Alan's 2.4.8-ac-Kernel
Hi, where do I get Alan's 2.4.8-ac?-Kernels including ext3. I only found patches. I could not patch them into my kernel (2.4.4-SuSE, Kernel from SuSE 7.2, patched by them). Should I download plain 2.4.8 and path the pathes into it? Which? How? Or is there a tar.gz / tar.bz2 including these patches? I would try ext3. Rene
2007 Oct 12
0
3 commits - configure.ac
configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: diff-tree 835eda8c888d6f3125f571f69132e293b66e495e (from 2191254808387bf3df8f84ad15beeda238639f1d) Author: Benjamin Otte <otte at gnome.org> Date: Fri Oct 12 18:14:52 2007 +0200 back to development diff --git a/configure.ac b/configure.ac index abe6c94..449c9c9 100644 --- a/configure.ac +++
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
AUTHORS | 1 + configure.ac | 1 + data/icons/16x16/Makefile.am | 2 ++ data/icons/16x16/swfdec.png |binary data/icons/22x22/swfdec.png |binary data/icons/Makefile.am | 2 +- 6 files changed, 5 insertions(+), 1 deletion(-) New commits: commit d6d82c2ed0e54d070fd0fd2bca41829aed370f4f Author: Benjamin Otte <otte at gnome.org> Date: