# HG changeset patch # User Mike Miller # Date 1455312496 28800 # Node ID 62aa446d47c1b5afe6d88fb7f5d8dcf981b2e339 # Parent 6c4f41a9439d01a6e795c1d7e0ee12f5923a178c Do not distribute generated octave-config.h * Makefile.am (nodist_octinclude_HEADERS): Include octave-config.h in the list. (octinclude_HEADERS): Remove octave-config.h from the list. diff -r 6c4f41a9439d -r 62aa446d47c1 Makefile.am --- a/Makefile.am Fri Feb 12 14:13:48 2016 +0100 +++ b/Makefile.am Fri Feb 12 13:28:16 2016 -0800 @@ -172,8 +172,8 @@ CONFIG_FILES = @ac_config_headers@ @ac_config_files@ -octinclude_HEADERS += octave-config.h oct-conf-post.h -nodist_octinclude_HEADERS += config.h +octinclude_HEADERS += oct-conf-post.h +nodist_octinclude_HEADERS += config.h octave-config.h all-local: $(ALL_LOCAL_TARGETS) $(noinst_SCRIPTS) $(DIST_INFO_FILES) .gdbinit $(DOC_TARGETS) @echo ""