autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Should acversion.m4.in be in the distribution?


From: Pavel Roskin
Subject: Should acversion.m4.in be in the distribution?
Date: Wed, 25 Oct 2000 01:14:22 -0400 (EDT)

Hello!

Maybe I'm going something wrong, but if I run "make dist" in Autoconf and
limit PATH to Automake-1.4 (RedHat version automake-1.4-6) file
acversion.m4.in doesn't get included into the tarball.

However, the rule for acversion.m4 remains in Makefile.in, so GNU make
3.78.1 tries to rebuild acversion.m4 and fails.

The following patch appears to be needed (it actually fixes the problem
for me):

        * Makefile.am: Add acversion.m4.in to EXTRA_DIST.

_________________________
Index: Makefile.am
--- Makefile.am Mon Oct 23 22:41:48 2000
+++ Makefile.am Wed Oct 25 00:45:05 2000
@@ -45,7 +45,7 @@
 
 OLDCHANGELOGS = ChangeLog.0 ChangeLog.1
 EXTRA_DIST = $(OLDCHANGELOGS) \
-autoconf.sh autoheader.sh autoreconf.sh autoupdate.sh \
+acversion.m4.in autoconf.sh autoheader.sh autoreconf.sh autoupdate.sh \
 ifnames.sh autoscan.pl INSTALL.txt \
 $(distpkgdataDATA)
 
_________________________

Regards,
Pavel Roskin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]