Discussion:
[Synce-devel] autogen.sh of software-manager fails
Stefan Struhs
2007-02-09 20:35:26 UTC
Permalink
Dear all,

trying to call autogen.sh after a svn up produce the following error:

Creating configure.ac...done.
Creating software-manager.spec...done.
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.61
checking for automake = 1.4...
testing automake-1.4... found 1.4
checking for libtool >= 1.4.3...
testing libtoolize... found 1.5.22
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.12.7
checking for intltool >= 0.25...
testing intltoolize... found 0.35.4
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.20
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`autogen.sh' command line.

Processing ./configure.ac
Running libtoolize...
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4
lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro
directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can
get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
Running aclocal-1.4...
Running autoconf...
Running autoheader...
Running automake-1.4...
src/Makefile.am:2: invalid unused variable name: `AM_LDFLAGS'

I have already googled and found something about that AM_LDFLAGS has
been introduced with automake-1.6 and that previous version cause this
error. Unfortunately I am not an expert in writing autogen-scripts.

Does anybody can help me out of this issue?

Thanks in advance!

Best regards,
Stefan

Loading...