|
Thanks for the pointer to coreutils. I tried the same test on coreutils and it gave me the similar error. This issue prevents anyone to put the coreutils code under CVS(source control) or changing timestaps of some file (unless you have the same version as specified in coreutils, neither old or new) I will appreciate if I can get a pointer to a file, which says, which files not to "touch" to avoid this issue or how to configure coreutils with your autoconf/automake, etc Thanks, Nitin Steps to reproduce the problem. 1. tar -xzvf coreutils-5.0.tar.gz 2. cd coreutils-5.0 3. ./configure; make works fine.... 4. rm -rf coreutils-5.0 5. repeat steps 1,2 6. touch -r * 7. step 3 Error message: cd . && /bin/sh /h/users/gupta/project/ext/coreutils-5.0/config/missing --run aclocal-1.7 -I m4 cd . && \ /bin/sh /h/users/gupta/project/ext/coreutils-5.0/config/missing --run automake-1.7 --gnits Makefile configure.ac:31: error: Autoconf version 2.56 or higher is required aclocal.m4:1064: jm_MACROS is expanded from... configure.ac:31: the top level autom4te: /usr/bin/m4 failed with exit status: 1 configure.ac: `AM_INIT_AUTOMAKE' must be used automake-1.7: your implementation of AM_INIT_AUTOMAKE comes from an automake-1.7: old Automake version. You should recreate aclocal.m4 automake-1.7: with aclocal and run automake again. configure.ac: required file `./install-sh' not found configure.ac: required file `./mkinstalldirs' not found configure.ac: required file `./missing' not found automake-1.7: version `' doesn't follow Gnits standards make: *** [Makefile.in] Error 1 Jim Meyering wrote: Nitin Gupta <[EMAIL PROTECTED]> wrote:I downloaded textutils-2.1.tar.gz from gnu website. -- -NI+IN |
_______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
