|Hi Akim, Hi!
Please, don't write to me: send the messages to the lists. |at the moment it seems to bee tricky to get a working build system |with all the autotools. I have just updated to | | autoconf-2.54 | automake-1.7 | gettext-0.11.5 | ... |when running my autogen.sh script I get lots of warnings/errros |Running autoheader... |configure.in:6: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst |configure.in:169: warning: do not use m4_regexp: use regexp or m4_bregexp |autoheader: `config.h.in' is unchanged |Running automake --gnu ... |configure.in:34: your implementation of AM_INIT_AUTOMAKE comes from an |configure.in:34: old Automake version. You should recreate aclocal.m4 |configure.in:34: with aclocal and run automake again. |Makefile.am:4: AM_GNU_GETTEXT used but `intl' not in SUBDIRS |/opt/FSFautom/share/automake-1.7/am/depend2.am: am__fastdepCC does not |appear in AM_CONDITIONAL | |/opt/FSFautom/share/automake-1.7/am/depend2.am: am__fastdepCC does not |appear in AM_CONDITIONAL | |**Error**: automake failed. | |the respective lines of configure.in are : |configure.in:6 |AM_CONFIG_HEADER(config.h) |configure.in:34 |AM_INIT_AUTOMAKE(gitk-core, $VERSION) |configure.in:169 |AC_OUTPUT | |I've mailed this to the automake author too, maybee he can shed some |light on it. Do you have any ideas? autoreconf -f -v -i ./configure
