Hi,
I just tried a "make distcheck" in cvs smartmontools. If failed with "No
rule to make target CHANGELOG". A little investigation revealed that
smartmontools has a CHANGELOG, but no ChangeLog, and on my case-preserving
case-insensitive HFS+ filesystem, automake (well, perl really) did not see
>>> "Peter" == Peter Simons <[EMAIL PROTECTED]> writes:
[...]
Peter> AC_LIBOBJ(libgetopt/getopt)
Peter> AC_LIBOBJ(libgetopt/getopt1)
[...]
Peter> but these paths aren't right, because the compiled
Peter> objects will be placed in
Peter> ./getopt.o
Peter> ./getopt1.o
Peter> ..., not in the
Hi,
in a project of mine, I ship versions of getopt and
getopt_long for backwards compatibility with older systems.
I test for the existence of these functions in the OS with
Autoconf, and if I don't find them I define:
if test "x$have_getopt_h" != "xyes" -o "x$have_getopt" != "xyes"; then
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
> [...]
Akim> I don't know how to do that without using .SECONDARY,
Akim> which doesn't appear to be universal amongst makes. Is
Akim> there a more portable solution?
> I d