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

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

2015 Jul 15
0
configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS
15.07.2015 16:23, Michael Tokarev ?????: > 15.07.2015 16:20, Guus Sliepen ?????: > >>> ./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2, > > Should it be AC_CHECK_COMPILE_FLAG not AX_... ? ..nope it shouldn't. ;) /mjt
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
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
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
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...
2015 Jul 15
1
Admin access to sieve filters with managesieve
Am 15.07.2015 um 07:24 schrieb Felix Zielcke: > Am Dienstag, den 14.07.2015, 22:44 +0200 schrieb Christian Theune: >> Hi, >> >> I?ve been a long-time user of Cyrus and started using sieve with >> Dovecot recently. A question that came up is: how do I access a >> users?s sieve scripts through managesieve without their credentials? >> Managesieve allows
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,
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
2016 Apr 08
2
Commit 68f4ca7 issues
Hi. I have issues building tincd-1.0.26 on FreeBSD 4.11 Seems commit 68f4ca711593416d0defd81199b176ba604c6cb1 that "modernizes" build system was a bad idea after all? Not sure why merging lib/ to src/ was done. Most software I see contains directories like compat/ to aid building for older or broken environments.. This makes clear difference between software sources itself (src) and
2019 Apr 11
2
Opus cmake build
On Wed, Apr 10, 2019 at 5:30 PM Marcus Asteborg <xnorpx at outlook.com> wrote: > Hi Mark, > > Thanks for the feedback. > > By default CMake is building the static library in debug, to get other > things one has to explicit turn it on. > > Hi, By default CMake uses the "empty" build, which is used in combination with the environment variables CFLAGS and
2018 Jul 28
2
Error building nbdkit on RHEL 7.5 - possibly undefined macro: PKG_CHECK_VAR
I'm trying to build upstream source on RHEL 7.5 and get this error: # autoreconf -i libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying
2024 Aug 18
1
Can't join new samba dc to existing dc
Pada Min, 18 Agu 2024 pukul 16.38 Rowland Penny via samba < samba at lists.samba.org> menulis: > On Sat, 17 Aug 2024 16:21:14 +0700 > fransnicho via samba <samba at lists.samba.org> wrote: > > Hi Rowland, > > Thanks for your response > > > > Is it ok to have 2 records on the > > >
2024 Aug 18
1
Can't join new samba dc to existing dc
On Sun, 18 Aug 2024 22:21:02 +0700 fransnicho via samba <samba at lists.samba.org> wrote: > > it at dc4:~$ sudo dpkg -l | grep -E > 'samba|winbind|krb5|smbclient|acl|attr|bind9' > ii acl 2.2.53-6 > > amd64 access control > list - utilities > ii attr
2015 Apr 20
3
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Thomas, I followed your recommended command in asterisk CLI which is mentioned in above chain mail but I'm not able capture any log related to softphone. Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all
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
2009 Feb 11
3
asterisk across a firewall
Excuse my ignorance but if i have an asterisk in a LAN, and i have users in their homes/internet (dozens), in order to correctly connect those users across my firewall, what is the technology that i need to buy, called? secure border gateway? session controller? secure gateway? the audiocodes site seems to have many names for the same thing...but i better ask here and learn before i make a big
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