Displaying 20 results from an estimated 160 matches for "aclocal_amflags".
2010 Oct 13
1
Missing ACLOCAL_AMFLAGS ?
...uledir output in configure --help. Looks like
dovecot.m4 is not being read. With the patch below:
---
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d037258..49514e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I .
aclocaldir = $(datadir)/aclocal
SUBDIRS = \
---
I get moduledir option in configure and working autoreconf.
--
Eray
[1]:
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure...
2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
...is linked against the internal Mozilla
+ dnl if this doesn't work on your platform, I'll take patches :)
+ SYMBOLIC_LDFLAGS="-Wl,-Bsymbolic"
+ AC_SUBST(SYMBOLIC_LDFLAGS)
+
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
#ACLOCAL_AMFLAGS="-I m4 $ACLOCAL_AMFLAGS"
diff-tree 5280befc62bf5c6dabcc61d3db6cad8e64a1164c (from parents)
Merge: d7ea6d995e918f14039bae7fb34178c6c9f01c6d a48590a73150a019cbdaf0acdf358be74e9b7756
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jun 8 20:22:40 2007 +0200
Merge branch '...
2012 Jun 08
1
[hivex] OS X: Augment pkg-config search path
...local/share/aclocal/pkg.m4
PKG_CHECK_MODULES isn't defined if pkg.m4 isn't in /usr/share/aclocal, so ./configure dies without augmenting aclocal's search path.
My question: What is the proper way to augment this path? I see two options available, one at the top of hivex/Makefile.am:
ACLOCAL_AMFLAGS = -I m4 -I /opt/local/share/aclocal
And one at the bottom of hivex/bootstrap:
AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose -I /opt/local/share/aclocal --install
I just hard-coded one path into those example lines, as I'm simply not sure what the PATH variable I should use is. aclocal...
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
./configure --prefix=/usr/local --enable-maintainer-mode
make -j 4
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin...
2009 Aug 03
1
patch required for "make check"
...his patch is required for "make check":
diff --git a/Makefile.am b/Makefile.am
index e5ca43c..258cebe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
SUBDIRS = gnulib/lib src daemon appliance fish po examples images \
gnulib/tests capitests regressions test-tool
I'll push it tomorrow morning, once I've confirmed.
2007 Jun 08
0
4 commits - configure.ac libswfdec/Makefile.am NEWS
...ibrary is linked against the internal Mozilla
+dnl if this doesn't work on your platform, I'll take patches :)
+SYMBOLIC_LDFLAGS="-Wl,-Bsymbolic"
+AC_SUBST(SYMBOLIC_LDFLAGS)
+
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
#ACLOCAL_AMFLAGS="-I m4 $ACLOCAL_AMFLAGS"
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index b3e81ac..a4219ea 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -95,6 +95,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_CFLAGS
$(GST_CFLAGS) $(FFMPEG_CFLAGS) $(MAD_CFLAGS) \
-DG_LO...
2017 Aug 01
3
configure.ac
...olize: `/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.ac: no proper invocation of
was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top...
2009 Aug 21
2
[virt-v2v] "make distcheck" now passes
...@.
*** empty log message ***
---
Makefile.am | 2 ++
perl/Makefile.am | 7 ++++---
v2v/Makefile.am | 4 +++-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4e75eb0..9e2918b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,3 +18,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = perl po v2v
+
+CLEANFILES = pod2htmd.tmp pod2htmi.tmp html/$(PACKAGE_NAME).1.html
diff --git a/perl/Makefile.am b/perl/Makefile.am
index f0d73f1..414abdb 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -33,8 +33,9 @@ Makefile-pl: Makefile.PL
#CLEANFILES = Makefile-pl...
2013 Feb 07
0
[PATCH 1/4] xmms - Fix libtool usage.
...plugin_xmms still
referenced libtool-disable-static explicitly.
---
Makefile.am | 2 --
src/plugin_xmms/Makefile.am | 3 ---
2 files changed, 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 603c032..9b7bd04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,6 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = doc include m4 man src examples test build objs
-DISTCLEANFILES = libtool-disable-static
-
EXTRA_DIST = \
COPYING.FDL \
COPYING.GPL \
diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am
index 29879ed..84c4106 100644
--- a/src/plugin_xmms/Makefile.am
++...
2010 Sep 14
1
autogen.sh fails
autogen.sh fails on FreeBSD 8.1
m4 1.4.15
autoconf 2.67
Here is the error message:
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.
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
2011 Sep 07
1
[PATCH] hivexsh: Conditionally build for Mac OS X
...tence.
Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu>
---
Makefile.am | 6 +++++-
configure.ac | 4 ++++
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 8d69c55..dbab38a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,11 @@ ACLOCAL_AMFLAGS = -I m4
# Work around broken libtool.
export to_tool_file_cmd=func_convert_file_noop
-SUBDIRS = gnulib/lib generator lib images gnulib/tests sh xml po
+SUBDIRS = gnulib/lib generator lib images gnulib/tests xml po
+
+if HAVE_HIVEXSH
+SUBDIRS += sh
+endif
if HAVE_OCAML
SUBDIRS += ocaml
diff...
2012 Jan 06
1
v2.1.rc3 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz.sig
Whops, rc2 was missing a file. I always run "make distcheck", which
should catch these, but recently it has always failed due to clang
static checking giving one "error" that I didn't really want to fix.
Because of that the distcheck didn't finish and
2012 Jan 06
1
v2.1.rc3 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz.sig
Whops, rc2 was missing a file. I always run "make distcheck", which
should catch these, but recently it has always failed due to clang
static checking giving one "error" that I didn't really want to fix.
Because of that the distcheck didn't finish and
2014 Mar 07
2
[PATCH] Disable gnulib tests by default
...ngen <bengen@debian.org>
---
Makefile.am | 5 ++++-
configure.ac | 8 ++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index b47a572..020628e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,10 @@ include $(top_srcdir)/common-rules.mk
ACLOCAL_AMFLAGS = -I m4
# Gnulib - must be built and tested before the library.
-SUBDIRS = gnulib/lib gnulib/tests
+SUBDIRS = gnulib/lib
+if ENABLE_GNULIB_TESTS
+SUBDIRS += gnulib/tests
+endif
# Basic source for the library.
SUBDIRS += tests/data generator src examples po
diff --git a/configure.ac b/configu...
2009 May 24
1
Problems with ioloop on MacOS
....
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree.
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.in:281: installing `./config.guess'
configure.in:282: required file `./config.rpath' not found
configure.in:281: installing `./config.sub'
configure.in:5: installing `./install-sh'
configure.in:5: installing `./missing'
src/auth/Makefile.am: installing...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available
xorg-server macros, defaults and more closely match other modern Xorg drivers.
Notable improvements:
- gitignore fully covers potential build artifacts
- Simplify logic given stated minimum required version of xorg-server 1.8
- Remove use of deprecated, outdated or no longer required macros
- Utilize xorg macros where
2007 Aug 30
1
[PATCH] : Add -Wdeclaration-after-statement
...--8<-----------------
Index: configure.in
===================================================================
--- configure.in (revision 13657)
+++ configure.in (working copy)
@@ -14,6 +14,10 @@
AM_INIT_AUTOMAKE(libvorbis,1.2.1svn)
AM_MAINTAINER_MODE
+dnl Add parameters for aclocal
+AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
+
+
dnl Library versioning
V_LIB_CURRENT=4
@@ -170,6 +174,8 @@
CFLAGS="-O20 -Wall -Wextra -D__NO_MATH_INLINES -fsigned-char"
PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
esac
+
+ AC_ADD_CFLAGS([-Wdeclaration-after-statement])...
2017 Aug 01
0
configure.ac
...cal/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.ac: no proper invocation of
> was found.
> configure.ac: You should verify that configure.ac invokes AM_IN...
2009 May 22
2
"Panic: file client.c: line 354: unreached"
>From my log today:
May 22 07:38:48 postamt dovecot: imap-login: Disconnected (no auth attempts): rip=141.42.245.68, lip=141.42.4.250
May 22 07:39:29 postamt dovecot: imap-login: Disconnected (no auth attempts): rip=141.42.245.68, lip=141.42.4.250
May 22 07:39:50 postamt dovecot: imap-login: Disconnected (no auth attempts): rip=141.42.245.68, lip=141.42.4.250
May 22 07:39:50 postamt dovecot:
2017 Sep 08
0
[ANNOUNCE] xf86-video-amdgpu 1.4.0
...ing code
Only call drmmode_scanout_free for non-GPU screens in LeaveVT
Use drmmode_crtc->scanout_id instead of 0 to check for scanout buffer
If a TearFree flip fails, fall back to non-TearFree operation
Add AC_CONFIG_MACRO_DIRS([m4]) to configure.ac
Makefile.am: Set ACLOCAL_AMFLAGS = -I m4
autogen.sh: Pass -f to autoreconf
Only handle reflection in the driver with Xorg < 1.16
Use root window (pixmap) instead of screen pixmap for scanout updates
Add drmmode_crtc_can_flip helper
Allow DRI page flipping when some CRTCs use separate scanout buffer...