]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/Makefile.am (dist_script_DATA): Move config-ml.in ...
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 11 Nov 2003 13:03:08 +0000 (13:03 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 11 Nov 2003 13:03:08 +0000 (13:03 +0000)
(dist_pkgvdata_DATA): ... here.

ChangeLog
lib/Makefile.am
lib/Makefile.in

index 5610a1d8447636dcaff8faa896a6ebccbe9e1021..871d5f3b5bd83c5fbb2e78992f9a7092f2ec74c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-11-11  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * lib/Makefile.am (dist_script_DATA): Move config-ml.in ...
+       (dist_pkgvdata_DATA): ... here.
+
        * tests/spy.test: Document overlapping ::-rules incompatibilities,
        and check only non-overlapping ::-rules.
 
index 63a6db15ee31f2904919abcbd6c8689f9d92e567..1d7f5e49ab14ff9fc1b1eedb7957ee0e67df9f53 100644 (file)
@@ -21,7 +21,8 @@
 
 SUBDIRS = Automake am
 
-dist_pkgvdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1
+dist_pkgvdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 \
+  config-ml.in
 
 ## These must all be executable when installed.  However, if we use
 ## _SCRIPTS, then the program transform will be applied, which is not
@@ -29,7 +30,7 @@ dist_pkgvdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1
 scriptdir = $(pkgvdatadir)
 dist_script_DATA = config.guess config.sub install-sh mdate-sh missing \
   mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile \
-  config-ml.in symlink-tree
+  symlink-tree
 
 install-data-hook:
        @$(POST_INSTALL)
index 23fbdebe3e568492d2621603a6aabcdb6dc04882..7a078167fea8013ffcc7636d32613e64be448899 100644 (file)
@@ -133,11 +133,13 @@ sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 SUBDIRS = Automake am
-dist_pkgvdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1
+dist_pkgvdata_DATA = COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 \
+  config-ml.in
+
 scriptdir = $(pkgvdatadir)
 dist_script_DATA = config.guess config.sub install-sh mdate-sh missing \
   mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile \
-  config-ml.in symlink-tree
+  symlink-tree
 
 all: all-recursive