search for: m4_pattern_allow

Displaying 20 results from an estimated 41 matches for "m4_pattern_allow".

2010 Jan 18
2
how to use m4_pattern_allow
hello what is "m4_pattern_allow" ?? how to use it ?? I am installing patch of acl-2.2.49.tar.gz but it gives me error stating -- "line 1650 :AC_CONFIG_MACRO:m4" line 1650 : use m4_pattern_allow" thankx _________________________________________________________________ New Windows 7: Find the right...
2018 Jul 28
2
Error building nbdkit on RHEL 7.5 - possibly undefined macro: PKG_CHECK_VAR
...copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' configure.ac:190: error: possibly undefined macro: PKG_CHECK_VAR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 How to fix this? I hope I can avoid reading autoconf documentation :-) Nir
2010 Feb 19
5
autoconf error with Wine 1.1.39
I have got this error when trying to build Wine 1.1.39 in Fedora 12 Code: + autoreconf configure:4993: error: possibly undefined macro: AS_VAR_APPEND If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 In Fedora 12 installed autoconf-2.63.
2019 Dec 04
2
some error about dovecot when compile
...#39; libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:298: warning: macro 'AM_ICONV' not found in library configure.ac:22: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:127: error: possibly undefined macro: dnl configure.ac:298: error: possibly undefined macro: AM_ICONV configure.ac:429: error: possibly undefined macro: AC_CHECK_HEADER configure:24018: error: possibly undefined macro: AC_CHECK_LIB configure:25593...
2010 Sep 14
1
autogen.sh fails
...configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure:20543: error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Cheers, Olivier
2007 Mar 10
1
Dumb question (because I used to know the answer)
...d the info that must have led me in the right direction. I reloaded the PC today, and now when I run autoreconf I get the following output: upsbox:/pub/trunk2# autoreconf configure.in:60: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 The OS is Debian Sarge, current as of today. Somewhere in the back of my mind I thought automake was the problem, but I only have v1.9 on the system. Would someone mind offering guidance as to where I...
2005 Dec 06
1
Dovecot w/ MySQL support and CentOS
I am converting a Debian box running Postfix, Courier and MySQL to a CentOS box running Postfix, Dovecot and MySQL. I have the Postfix with MySQL support taken care of with the RPM from the centosplus repo. It appears that the stock RPM for Dovecot comes with Postgres, but not MySQL support. It looks like I need to download the source RPM and then rebuild it with MySQL support. Could
2013 Mar 12
2
I reinstalled OS X, now FLAC 1.3 git won't compile.
...`m4/lt~obsolete.m4' configure.ac:308: warning: macro 'AM_ICONV' not found in library configure.ac:309: warning: macro 'AM_LANGINFO_CODESET' not found in library configure.ac:308: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:309: error: possibly undefined macro: AM_LANGINFO_CODESET autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1 Marcuss-MacBook-Pro:flac Marcus$ ./configure configure: error: cannot find install-sh, install.sh, or sht...
2005 Dec 29
7
Building PHP PECL modules
...derquoted definition of PHP_EXT_SRCDIR configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. `phpize' failed I do remember being able to build and install couple of PECL modules some time ago on different CentOS 4.2 system. Howerver, I'm failing to see why the builds are now failing. The two systems look more or less the same (except ha...
2018 Jun 24
2
Build and testing issues
...re.ac: tracing autoreconf: running: true --copy m4/guestfs-libraries.m4:151: warning: macro 'AM_GNU_GETTEXT' not found in library autoreconf: running: /usr/bin/autoconf configure:57694: error: possibly undefined macro: AM_GNU_GETTEXT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 We can fix this by adding "set -e" in bootstrap. Any reason not to do this? I found old thread here about this: https://gb.redhat.com/archives/libguestfs/2018-February/msg00017.html Richard...
2024 Feb 20
1
Compiling libR as a standalone C library for java+jni (-fPIC)
...NG: you cannot build PDF versions of the R manuals configure: WARNING: you cannot build PDF versions of vignettes and help pages make[1]: Entering directory 'R-4.3.2' configure.ac:278: error: possibly undefined macro: AM_CONDITIONAL ????? If this token and others are legitimate, please use m4_pattern_allow. ????? See the Autoconf documentation. configure.ac:870: error: possibly undefined macro: AC_DISABLE_STATIC configure.ac:2226: error: possibly undefined macro: AM_LANGINFO_CODESET configure.ac:2876: error: possibly undefined macro: AM_NLS configure.ac:2880: error: possibly undefined macro: AM_GNU_...
2017 Jun 12
0
AIX lacks getopt_long
...acro should be invoked from ./configure.ac, in the section # "Checks for programs", right after AC_PROG_CC, and certainly before # any checks for libraries, header files, types and library functions. AC_DEFUN([gl_EARLY], [ m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace m4_pattern_allow([^gl_ES$])dnl a valid locale name m4_pattern_allow([^gl_LIBOBJS$])dnl a variable m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable # Pre-early section. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_PROG_AR_RANLIB]) # Code from module absolute-header: # Code from module...
2013 Jul 22
3
2.2.4 + metadata plugin: autoconf failed
Hello, I can compile metadata plugin using debian squeeze + wheezy. But build on suse enterprise server 9,10 and 11 failed. The metadata plugin require autoconf-2.65 which i too new. On the other side I can build the dovecot-2.2.4 and pigeonhole-0.4.0 plugin without problems: dovecot require autoconf-2.59 and pigeonhole does not require any specific autoconf version. I asked the authors of the
2006 Apr 19
2
[LLVMdev] creating a project from sample project
...OK run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal Regenerating configure with autoconf 2.5x configure.ac:25: error: possibly undefined macro: AC_CONFIG_MAKEFILE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoconf failed Regards, Ryan Reid Spencer wrote: > Ryan, > > Rather than fix the documentation to match reality, I decided to fix > reality to match the documentation. I have just committed (CVS head) > changes to the sample project's A...
2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote: > >> >> ./configure --enable-maintainer-mode ... Two things here - possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure) - don't turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you
2012 Jun 15
0
Opus and WebM support have landed
...akefile.in' not found configure.in:153: required file `src/net/Makefile.in' not found configure.in:153: required file `src/timing/Makefile.in' not found autoconf configure.in:7: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:8: error: possibly undefined macro: AM_CONFIG_HEADER configure.in:9: error: possibly undefined macro: AM_MAINTAINER_MODE configure.in:13: error: possibly undefined macro: AC_PROG_LIBTOOL configure.in:25: error: possibly undefined macro: AC_DEFINE...
2020 May 29
1
Compile dahdi 3.1.0 on CentOS 8
...1]: Leaving directory 'dahdi-linux-complete-3.1.0+3.1.0/linux' (cd tools && autoreconf -i && [ -f config.status ] || ./configure --with-dahdi=../linux) configure.ac:82: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 configure: error: cannot find install-sh, install.sh, or shtool in auxdir "."/auxdir make: *** [Makefile:10: all] Error 1 I do tar -xf on dahdi-linux-complete-3.1.0+3.1.0 cd dahdi-linux-compl...
2018 Jul 28
0
Re: Error building nbdkit on RHEL 7.5 - possibly undefined macro: PKG_CHECK_VAR
...ns.m4' > libtoolize: copying file `m4/ltsugar.m4' > libtoolize: copying file `m4/ltversion.m4' > libtoolize: copying file `m4/lt~obsolete.m4' > configure.ac:190: error: possibly undefined macro: PKG_CHECK_VAR > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > How to fix this? I hope I can avoid reading autoconf documentation :-) Can confirm it also happens for me (on RHEL 7.6 nightly). The attached patch should fix it. Rich. -- Richa...
2017 Aug 16
0
Compiling problem on Debian Jessie with dovecot-2-2-32.rc1
...<tromey at redhat.com> and Alexandre Duret-Lutz <adl at gnu.org>. # aclocal configure.ac:319: warning: macro 'AM_ICONV' not found in library # autoconf configure.ac:319: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. # autoreconf -i -f aclocal: error: couldn't open directory 'm4': No such file or directory autoreconf: aclocal failed with exit status: 1 Greets Ralf Zimmermann -------------- next part -------------- A non-text attachment was scrubbed... Name:...
2008 Aug 31
1
ezstream build failure and AC_LIB_PREPARE_PREFIX
...ed from... m4/iconv.m4:75: AM_ICONV is expanded from... configure.in:132: the top level configure.in:132: warning: AC_LIB_RPATH is m4_require'd but not m4_defun'd configure:5921: error: possibly undefined macro: AC_LIB_PREPARE_PREFIX If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:5922: error: possibly undefined macro: AC_LIB_RPATH configure:5927: error: possibly undefined macro: AC_LIB_LINKFLAGS_BODY configure:5935: error: possibly undefined macro: AC_LIB_APPENDTOVAR I snipped some duplicate warnings, you should get the idea...