Displaying 20 results from an estimated 96 matches for "am_init_automak".
Did you mean:
am_init_automake
2009 Aug 12
1
[PATCH libguestfs] build: enable automake's color-tests option
...ly when building from source on e.g. RHEL*
>From 897dab226d5d4ad5f83026d8baa730b072b1f6cd Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Mon, 10 Aug 2009 14:08:57 +0200
Subject: [PATCH libguestfs] build: enable automake's color-tests option
* configure.ac (AM_INIT_AUTOMAKE): Add color-tests.
* daemon/configure.ac: Likewise.
* autogen.sh: Detect a too-old version of automake, and if found,
dumb-down our usage of AM_INIT_AUTOMAKE to exclude the offending option.
---
autogen.sh | 9 +++++++++
configure.ac | 2 +-
daemon/configure.ac | 2 +-
3...
2002 Sep 26
2
Compiling CVS? (automake/autoconf problem with autogen.sh?)
...any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for theora, please wait....
aclocal
aclocal: configure.in: 80: macro `AM_PATH_SDL' not found in library
libtoolize --automake
automake --add-missing
configure.in:8: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.in:8: probably because aclocal.m4 is missing...
configure.in:8: You should run aclocal to create this file, then
configure.in:8: run automake again.
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing...
2010 Apr 20
5
Tremor maintenance
...gconfig.patch
this adds a pkg config file
You probably also want to do something like
Index: configure.in
===================================================================
--- configure.in (Revision 17148)
+++ configure.in (Arbeitskopie)
@@ -11,7 +11,7 @@
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE(libvorbisidec,1.2.0)
+AM_INIT_AUTOMAKE(libvorbisidec,1.0.2)
to avoid confiusion with the version (see CHANGELOG). There are bugs for
debian/ubuntu regarding this.
If someone applies patches, I can send more to cleanup autofoo.
Thanks
Stefan
-------------- next part --------------
A non-text at...
2004 Aug 06
1
ice2 autogen.sh problems
....
Generating configuration files for ices, please wait....
aclocal
aclocal: m4/ogg.m4: 8: duplicated macro `AM_PATH_OGG'
aclocal: m4/vorbis.m4: 8: duplicated macro `AM_PATH_VORBIS'
libtoolize --automake
automake --add-missing
autoconf
configure.in:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.in:8: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.in:53: error: possibly undefined macro: AM_CONDITIONAL
configure.in:114: error: possibly undefined macro: AM_PATH_OGG
configure.in:118: error: possibly undefined macro: AM_PATH_VORBIS
configure.in:128: error: possibly undef...
2004 Aug 06
3
Some questions and problems about setting up Icecast2
...to it, please specify them on the ./autogen.sh command line.
Generating configuration files for icecast, please wait....
aclocal
aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library
libtoolize --automake
automake --add-missing
configure.in:4: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.in:4: probably because aclocal.m4 is missing...
configure.in:4: You should run aclocal to create this file, then
configure.in:4: run automake again.
/usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/depend2.am...
2004 Aug 06
8
Some questions and problems about setting up Icecast2
...to it, please specify them on the ./autogen.sh command line.
Generating configuration files for icecast, please wait....
aclocal
aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library
libtoolize --automake
automake --add-missing
configure.in:4: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.in:4: probably because aclocal.m4 is missing...
configure.in:4: You should run aclocal to create this file, then
configure.in:4: run automake again.
/usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.6/am/depend2.am...
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_SYST...
2017 Aug 01
3
configure.ac
...s
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-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
automake: no `Makefile.am' found for any configure output
then the following runs OK
autoconf
but running configure gives the same BLAS error.
Bu...
2004 Aug 06
3
autogen.sh trouble with latest CVS checkout
...nfiguration files for ices, please wait....
aclocal -I m4
aclocal: configure.in: 13: macro `AM_PROG_LIBTOOL' not found in library
autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
libtoolize --automake
automake --add-missing
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does no...
2004 Sep 10
4
beta 10 candidate checked in
...beta 10 to 1.0.
>
> I've just checked out the latest from scratch. There is no configure
> script (as there never has been). Running autoconf creates one.
> However,
> it doesn't work under FreeBSD 4.3-S, because of a syntax error in the
> script at this point:
>
> AM_INIT_AUTOMAKE(flac, 0.9)
>
> I've never had to run autoconf manually before so I'm not really sure
what
> I'm doing.
>
hmm... not sure what the syntax error is; did you run aclocal first?
but it does remind me to update the version number.
Josh
______________________________________...
2006 Jun 28
1
Tracking local changes in CVS
...ree. Is the
"standard" approach to use the automake stuff to generate these, ie:
aclocal
autoconf
autoheader
automake
or some combination of those? When I try to use those as listed above I
get errors when running automake:
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
configure.ac: required file `./missing' not fo...
2003 May 28
2
autoconf problem
./configure: line 524: syntax error near unexpected token `AM_INIT_AUTOMAKE(libtheora,0.0)'
./configure: line 524: `AM_INIT_AUTOMAKE(libtheora,0.0)'
I'm sure I'm doing something pro-stupid, but ---
my setup works fine for ogg & vorbis.
autoconf ver 2.13
automake (GNU automake) 1.4-p4 if that matters
hey let's put tool version numbers into the REA...
2005 Dec 14
1
problems compiling libshout-kh
...r libshout, please wait....
aclocal-1.6 -I m4
aclocal: couldn't open directory `m4': No such file or directory
autoheader
autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in
libtoolize --automake
automake-1.6 --add-missing
configure.in:14: no proper implementation of AM_INIT_AUTOMAKE was found,
configure.in:14: probably because aclocal.m4 is missing...
configure.in:14: You should run aclocal to create this file, then
configure.in:14: run automake again.
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missin...
2004 Aug 06
3
Some questions and problems about setting up Icecast2
On Sun, Jul 28, 2002 at 11:31:59PM +1000, Michael Smith wrote:
> At 09:48 PM 7/27/02 -0500, you wrote:
> > I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its
2004 Aug 06
0
autogen.sh trouble with latest CVS checkout
...wait....
> aclocal -I m4
> aclocal: configure.in: 13: macro `AM_PROG_LIBTOOL' not found in library
> autoheader
> autoheader: error: AC_CONFIG_HEADERS not found in configure.in
> libtoolize --automake
> automake --add-missing
> configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
> configure.in: You should verify that configure.in invokes
AM_INIT_AUTOMAKE,
> configure.in: that aclocal.m4 is present in the top-level directory,
> configure.in: and that aclocal.m4 was recently regenerated (using
aclocal).
> /usr/local/share/automake-1.7/am/depend2.am: a...
2015 Aug 04
2
[PATCH] automake: Admit defeat and use 'subdir-objects'.
...-c.c \
+ ../fish/uri.c \
+ ../fish/file-edit.c \
index-scan.c \
index-struct.c \
index-parse.c \
diff --git a/configure.ac b/configure.ac
index 5cf582e..8ed6db8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ m4_define([serial_tests], [
}'
])
])
-AM_INIT_AUTOMAKE(foreign serial_tests) dnl NB: Do not [quote] this parameter.
+AM_INIT_AUTOMAKE(foreign serial_tests subdir-objects) dnl NB: Do not [quote] this parameter.
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
diff --git...
2012 Jun 15
0
Opus and WebM support have landed
...n files for icecast, please wait....
aclocal -I m4
aclocal: couldn't open directory `m4': Aucun fichier ou dossier de ce type
autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
libtoolize --automake
automake --add-missing
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
configure.in:12: installing `./config.guess'
configure.in:12:...
2006 Jun 16
1
building dovecot lda on solaris 9
...l#Extending-aclocal
autom4te: unknown language: Autoconf-without-aclocal-m4
aclocal: autom4te failed with exit status: 1
autoheader: `lda-config.h.in' is unchanged
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to
`aclocal.m4'.
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
/usr/local/share/automake-1.9/am/depend2.am: am__fastdepCC does no...
2002 Oct 14
1
timeline
good question. I would think beta means the bitstream is more or less stable. Monty?
>If June is the goal for public release, is the second milestone the
first beta/rc1? Guess what I'm asking is, whats a good estimate for
when the codec will be frozen as far as backwards compatability..
-----Original Message-----
From: Arc [mailto:arc@indymedia.org]
Sent:
2013 Feb 19
0
[PATCH] build: Only add 'serial-tests' for automake >= 1.12.
...ons(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 105b2e7..b0158c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,21 @@ m4_define([libguestfs_release], [11])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([foreign serial-tests])
+
+dnl Initialize automake. automake < 1.12 didn't have serial-tests and
+dnl gives an error if it sees this, but for automake >= 1.13
+dnl serial-tests is required so we have to include it. Solution is to
+dnl test for the version of automake (by running an ext...