From f476430cc217f6832924b9966e6ab1474c2cd57d Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 11 Nov 2003 13:03:07 +0000 Subject: [PATCH] * lib/Makefile.am (dist_script_DATA): Move config-ml.in ... (dist_pkgvdata_DATA): ... here. --- ChangeLog | 3 +++ lib/Makefile.am | 5 +++-- lib/Makefile.in | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5610a1d8..871d5f3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-11-11 Alexandre Duret-Lutz + * 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. diff --git a/lib/Makefile.am b/lib/Makefile.am index 63a6db15..1d7f5e49 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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) diff --git a/lib/Makefile.in b/lib/Makefile.in index 23fbdebe..7a078167 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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 -- 2.43.5