>> Richard E Hawkins writes:
REH> lars replied also, automake warns that configure.in: 52:
REH> `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
REH> aclocal.m4: 623: `AM_PROG_INSTALL' is obsolete; use
REH> `AC_PROG_INSTALL'
>> Hmm what version of automake, autoconf are you using?
REH> eyryttyp1:src>autoconf --version Autoconf version 2.13
REH> eyryttyp1:src>automake --version automake (GNU automake) 1.4
Ok, so we have to change it to "AC_PROG_INSTALL" then.
>>
REH> cd . && aclocal aclocal: configure.in: 52: obsolete macro
REH> `AM_PROG_INSTALL' gmake: *** [aclocal.m4] Error 1
>>
REH> And now, cleaned up, configure is bombing over relyx:
>>
REH> running /bin/sh config/configure --program-suffix=.dev
REH> --cache-file=../.././config.cache --srcdir=. config/configure:
REH> Can't open config/configure configure: error: config/configure
REH> failed for lib/reLyX bash-2.02#
Does lib/reLyX/configure exist?
You should use "autoreconf" in the top dir.
Lgb