autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_UNIQUIFY_FIRST AC_UNIQUIFY_LAST AC_OUTPUT_SUBDIRS


From: Men Muheim
Subject: AC_UNIQUIFY_FIRST AC_UNIQUIFY_LAST AC_OUTPUT_SUBDIRS
Date: Wed, 14 Nov 2001 17:27:07 +0100

I failed to compile a software package named ardour. the package includes a
autogen.sh skript, which basically starts aclocal, autoconf and automake.
the script finishes but returns some warnings of possibly undefined macros
(see below). starting configure fails saying

syntax error near unexpected token `AC_OUTPUT_SUBDIRS($dir)'

I expected that this might be related to the version of autoconf I am using:

# autoconf --version
Autoconf version 2.13

Unfortunately I cannot find a newer version on the web (I have found
autoconf-2.14.tar.gz and autoconf-2.52.tar.gz) but "autoconf --version" is
still 2.13.

The inventor of ardour says one should use autoconf 2.14.1. Do you know
where I can find it? May this solve my problem?

Thank you very much in advance,

Regards, Men


----------------------------------------------------------------------
# ./autogen.sh
Checking basic compilation tools ...
pkg-config: found.
autoconf: found.
aclocal: found.
automake: found.
libtool: found.
linking autoconf macros to /usr/local/src/ardour/aclocal ...
Building autoconf files for gtk_ardour ...
You should update your `aclocal.m4' by running aclocal.
configure.in:131: error: possibly undefined macro: AC_UNIQUIFY_FIRST
configure.in:133: error: possibly undefined macro: AC_UNIQUIFY_LAST
configure:6916: error: possibly undefined macro: AC_OUTPUT_SUBDIRS
Building autoconf files for ksi_ardour ...
You should update your `aclocal.m4' by running aclocal.
autoheader: config.h.in is unchanged
configure.in:125: error: possibly undefined macro: AC_UNIQUIFY_LAST
configure.in:126: error: possibly undefined macro: AC_UNIQUIFY_FIRST
Building autoconf/automake files for the top level ...
configure.in:39: warning: AC_CONFIG_SUBDIRS: you should use literals
configure:1204: error: possibly undefined macro: AC_OUTPUT_SUBDIRS

# ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
./configure: line 1204: syntax error near unexpected token
`AC_OUTPUT_SUBDIRS($dir)'
./configure: line 1204: `     AC_OUTPUT_SUBDIRS($dir)'

PS: please excuse if this has been asked before - i did search the internet
but found no answers.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]