bug-automake
[Top][All Lists]
Advanced

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

Possible dist_man_MANS problem with AM 1.10.1


From: Jeff Squyres
Subject: Possible dist_man_MANS problem with AM 1.10.1
Date: Fri, 20 Jun 2008 12:16:10 -0400

Greetings. I notice that "dist_man_MANS" files inside of an Automake conditional are not unconditionally put into a distribution tarball, but other kinds of files are.

The attached sample project is a trivial example that shows the problem. The AM_CONDITIONAL conditional named "CONDITIONAL" is false in configure.ac; here's the Makefile.am:

-----
if CONDITION
dist_man_MANS = file1.1
dist_pkgdata_DATA = file2.txt
endif
-----

After running "make dist", file2.txt is included in the tarball but file1.1 is not.

I am using AM 1.10.1, AC 2.62, GNU m4 1.4.11.

--
Jeff Squyres
Cisco Systems

Attachment: am-1.10.1-bug.tar.gz
Description: GNU Zip compressed data


reply via email to

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