Displaying 20 results from an estimated 77 matches for "ac_config_macro_dir".
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 `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Should we do something with this? I Googled for the...
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 ?
AC_CONFIG_MACRO_DIR() is enough...
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 tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type...
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 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
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 file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:190: error: possibly undefined macro: PKG_...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
..._VERSION_{MAJOR,MINOR,PATCHLEVEL}
config: Only check for presence of libdrm package once
config: Rely upon list.h as at least xorg-server 1.8 required
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
gitignore: Update to mirror modern X.org drivers
config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4'
config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macros
config: remove unrequired AC_HEADER_STDC
config: Utilize util-macros 1.8 for additional man page support
config: Use LT_INIT option instead of AC_DISABLE_STATIC
config: Add comments for main statements
confi...
2019 Dec 16
2
[v2v PATCH] build: add --with-extra configure parameter
...-extra="..." which may be any
+# freeform string.
+m4_define([v2v_major], [1])
+m4_define([v2v_minor], [41])
+m4_define([v2v_release], [8])
+
+AC_INIT([virt-v2v],v2v_major.v2v_minor.v2v_release)
# Headings within the configure script output.
m4_define([HEADING],
@@ -37,6 +44,25 @@ AC_CONFIG_MACRO_DIR([m4])
dnl Initialize libtool.
LT_INIT
+dnl Extra string, a freeform string defined by packagers.
+AC_ARG_WITH([extra],
+ [AS_HELP_STRING([--with-extra],
+ [extra version string (for use by packagers)])],
+ [v2v_extra="$withval"],
+ [v2v_extra=]
+)
+
+AC_MSG...
2019 Dec 04
2
some error about dovecot when compile
...in 2.9s
2019-12-04 10:49:59 (152 KB/s) - 'wiki2-export.tar.gz' saved [446263/446263]
configure.ac:298: warning: macro 'AM_ICONV' not found in library
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: 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:298: warning: mac...
2011 Jul 31
1
libtoolize warnings when building
When building the HG checkout, I'm getting:
...
libtoolize: Consider adding AC_CONFIG_MACRO_DIR([m4])' to 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.a
Making distclean in doc
My build command looks like this:
hg pull
hg update
./autogen.sh
make -j distclean
./conf...
2012 Jan 24
1
[PATCH] autoconf small fix
Hi Timo,
the attached patch seems to solve a warning from autoconf:
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
Best regards,
Luca
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autoconf.patch
Type: text/x-patch
Size: 279 bytes
Desc: not available
URL: <http:/...
2013 May 08
1
[PATCH] opusfile configury fixes.
...e generated configure is broken (using autoconf-2.63, newer versions
are _possibly_ OK with the existing syntax).
Patch is below.
--- configure.ac~
+++ configure.ac
@@ -2,16 +2,15 @@
AC_INIT([opusfile], m4_esyscmd([doc/git-version.sh]))
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+AC_CONFIG_MACRO_DIR([m4])
+
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AM_INIT_AUTOMAKE([1.11 foreign])
AM_MAINTAINER_MODE([enable])
-LT_INIT
-
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
-AC_CONFIG_MACRO_DIR([m4])
dnl Library versioning for libtool.
dnl Please update these for releases.
@@ -29,6 +...
2017 Aug 01
3
configure.ac
...cal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros
in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
then:
aclocal
autoheader
automake --force-missing --add-missing
first two go OK, but the third gives
configure...
2009 Aug 10
1
[PATCH libguestfs] build: daemon/do_debug: parameters aren't always unused
....ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ m4_define([libguestfs_extra], [])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release[]libguestfs_extra)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])
+AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CONFIG_MACRO_DIR([m4])
diff --git a/daemon/configure.ac b/daemon/configure.ac
index b038d17..3abc306 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -18,6 +18,7 @@
AC_INIT([libguestfs-daemon],[1.0.0])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])
+AM_SILENT_RULES([yes]) # make --enabl...
2013 Mar 12
2
I reinstalled OS X, now FLAC 1.3 git won't compile.
...C, please wait....
configure.ac:308: warning: macro 'AM_ICONV' not found in library
configure.ac:309: warning: macro 'AM_LANGINFO_CODESET' not found in library
glibtoolize: putting auxiliary files in `.'.
glibtoolize: linking file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: linking file `m4/libtool.m4'
glibtoolize: linking file `m4/ltoptions.m4'
glibtoolize: linking file `m4/ltsugar.m4'
glibtoolize: linking file `m4/ltversion.m4'
glibtoolize: linking file `m4/lt~obsolete.m4'
configure.ac:308: warning: macro 'AM_ICONV'...
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
2018 Sep 14
0
[ANNOUNCE] xf86-video-ati 18.1.0
...radeon_drm_queue_init
Add radeon_drm_wait_pending_flip function
Add radeon_drm_handle_event wrapper for drmHandleEvent
Defer vblank event handling while waiting for a pending flip
Remove drmmode_crtc_private_rec::present_vblank_* related code
Add m4 directory
Use AC_CONFIG_MACRO_DIR instead of AC_CONFIG_MACRO_DIRS
EXA: Handle NULL BO pointer in radeon_set_pixmap_bo
Handle ihandle == -1 in radeon_set_shared_pixmap_backing
EXA: Handle ihandle == -1 in RADEONEXASharePixmapBacking
glamor: Handle ihandle == -1 in radeon_glamor_set_shared_pixmap_backing...
2018 Sep 14
0
[ANNOUNCE] xf86-video-amdgpu 18.1.0
...nding_flip function
Add amdgpu_drm_handle_event wrapper for drmHandleEvent
Defer vblank event handling while waiting for a pending flip
Remove drmmode_crtc_private_rec::present_vblank_* related code
Use correct FB handle in amdgpu_do_pageflip
Add m4 directory
Use AC_CONFIG_MACRO_DIR instead of AC_CONFIG_MACRO_DIRS
Handle ihandle == -1 in amdgpu_set_shared_pixmap_backing
glamor: Handle ihandle == -1 in amdgpu_glamor_set_shared_pixmap_backing
Always delete entry from list in drm_queue_handler
Don't use xorg_list_for_each_entry_safe for signalled flips...
2014 Feb 13
5
[PATCH 1/2] nbdkit: Work around what seems like an bug in automake 1.14
"AM_INIT_AUTOMAKE(foreign) dnl ..." seems to trigger Debian bug#738716
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ee9d377..df31014 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,8 @@ AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
-AM_INIT_AUTOMAKE(foreign) dnl NB: Do not [quote] this parameter.
+dnl NB: Do not [quote] this parameter.
+AM_INIT_AUTOMAKE(foreign)
LT_INIT
dnl Check for basic C environment.
--
1.9.0.rc3
2019 Jan 13
3
[FTS Xapian] Beta release
...autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/...