Cyrus SASL build question
Artem Harutyunyan
hartem at mail.yerphi.am
Thu Dec 15 11:19:37 EST 2005
Hello,
The working sequence of commands for (re)generating 'configure'
and 'Makefiles' is:
aclocal -I cmulocal -I config
autoheader
autoconf
automake --add-missing --include-deps
Do the same is saslauthd dir
cd saslauthd
aclocal -I ../cmulocal -I config -I ../config
autoheader
autoconf
automake --add-missing --include-deps
Sorry for disturbing you guys :-),
Cheers,
Artem.
On Wed, 14 Dec 2005, Artem Harutyunyan wrote:
> Hi,
>
> I want to regenerate 'configure' script and 'Makefiles'.
>
> Automake version 1.6.3 gives:
> _________________________________________________
> [hartem at aligrid cyrus-sasl-2.1.21]$ aclocal
>
> [hartem at aligrid cyrus-sasl-2.1.21]$ libtoolize --force
> Putting files in AC_CONFIG_AUX_DIR, `config'.
>
> [hartem at aligrid cyrus-sasl-2.1.21]$ automake
> configure.in:1284: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
> Makefile.am:1: require version 1.7, but have 1.6.3
>
> [hartem at aligrid cyrus-sasl-2.1.21]$ autoconf
> configure.in:114: error: possibly undefined macro: AC_DEFINE
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> [hartem at aligrid cyrus-sasl-2.1.21]$
> _________________________________________________
>
>
> When I use automake version 1.7.2 the output is:
> _________________________________________________
> [hartem at aligrid SASL]$ cd cyrus-sasl-2.1.21
>
> [hartem at aligrid cyrus-sasl-2.1.21]$ aclocal
> aclocal: configure.in: 98: macro `AM_DISABLE_STATIC' not found in library
>
> [hartem at aligrid cyrus-sasl-2.1.21]$ libtoolize --force
> You should update your `aclocal.m4' by running aclocal.
> Putting files in AC_CONFIG_AUX_DIR, `config'.
>
> [hartem at aligrid cyrus-sasl-2.1.21]$ automake
>
> [hartem at aligrid cyrus-sasl-2.1.21]$ autoconf
> [hartem at aligrid cyrus-sasl-2.1.21]$
> _________________________________________________
>
> What am I doing wrong ?
>
> Artem.
>
More information about the Cyrus-sasl
mailing list