GNOME Bugzilla – Bug 142183
Automake 1.6 doesn't work anymore
Last modified: 2004-12-22 21:47:04 UTC
./autogen.sh --with-automake=/usr/bin/automake-1.6 + using alternate automake in /usr/bin/automake-1.6 + check for build tools checking for autoconf >= 2.52 ... found 2.59, ok. checking for /usr/bin/automake-1.6 >= 1.6 ... found 1.6.3, ok. checking for autopoint >= 0.11.5 ... found 0.14.1, ok. checking for libtoolize >= 1.5.0 ... found 1.5.6, ok. checking for pkg-config >= 0.8.0 ... found 0.15.0, ok. patching file po/Makefile.in.in + running autopoint --force ... Copying file mkinstalldirs patching file po/Makefile.in.in + running /usr/bin/aclocal-1.6 -I common/m4 ... + running libtoolize --copy --force... + running autoheader ... + running autoconf ... + running /usr/bin/automake-1.6 --add-missing --copy... tests/Makefile.am:5: noinst_PROGRAMS was already defined in condition GST_DISABLE_TRACE_TRUE, which is implied by condition TRUE noinst_PROGRAMS (User, where = tests/Makefile.am:5) += { GST_DISABLE_TRACE_TRUE => GST_DISABLE_TRACE_FALSE => lat } Use of uninitialized value in hash element at /usr/bin/automake-1.6 line 8459. Use of uninitialized value in list assignment at /usr/bin/automake-1.6 line 8448. Use of uninitialized value in concatenation (.) or string at /usr/bin/automake- 1.6 line 8449. : warning: automake does not support noinst_PROGRAMS being defined conditionallyUse of uninitialized value in hash element at /usr/bin/automake- 1.6 line 8459. Use of uninitialized value in list assignment at /usr/bin/automake-1.6 line 8448. Use of uninitialized value in concatenation (.) or string at /usr/bin/automake- 1.6 line 8449. : warning: automake does not support noinst_PROGRAMS being defined conditionally /usr/bin/automake-1.6 failed [cschalle@localhost gstreamer]$
Actually just got the same issue after making automake-1.6 to automake. Think we simply doesn't work anymore with 1.6; we need 1.7 or or 1.8. Our autogen.sh script test should probably be updated for this.
fixed in cvs