Bug 5114 - "make" fails on SCO 5.0.6a due to autoconf incompatibility
Summary: "make" fails on SCO 5.0.6a due to autoconf incompatibility
Status: CLOSED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.0
Hardware: Other Windows XP
: P3 trivial (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 15:31 UTC by Aaron Pelton
Modified: 2008-07-26 10:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Pelton 2007-11-30 15:31:29 UTC
502$ ./configure && make
--(configure output removed)
autoconf -o configure.sh
Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
       [-l dir] [--localdir=dir] [--version] [template-file]
make: *** [configure.sh] Error 1

a second machine with more 5.0.6a patches results in
$ make
autoconf -o configure.sh
configure.in:6: error: Autoconf version 2.59 or higher is required
configure.in:6: the top level
autom4te: /usr/gnu/bin/gm4 failed with exit status: 1
make: *** [configure.sh] Error 1

--------
make install similarly fails as above.
 
"./configure && make rsync" works fine although a manual install is required.
Comment 1 Wayne Davison 2007-11-30 20:05:31 UTC
I believe you're referring to the 3.0.0pre6 release.  The tar file was created with slightly askew timestamps.  The work-around is to touch configure.sh and config.h.in anytime after extracting the files from the tar file.

The release script was fixed to avoid this in the future.