automake-patches
[Top][All Lists]
Advanced

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

FYI: don't chmod +x config-ml.in


From: Alexandre Duret-Lutz
Subject: FYI: don't chmod +x config-ml.in
Date: Tue, 11 Nov 2003 14:01:23 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

I'm installing this on HEAD and branch-1-7.

2003-11-11  Alexandre Duret-Lutz  <address@hidden>

        * lib/Makefile.am (dist_script_DATA): Move config-ml.in ...
        (dist_pkgvdata_DATA): ... here.

Index: lib/Makefile.am
===================================================================
RCS file: /cvs/automake/automake/lib/Makefile.am,v
retrieving revision 1.4.4.1
diff -u -r1.4.4.1 Makefile.am
--- lib/Makefile.am     23 Jul 2003 21:04:38 -0000      1.4.4.1
+++ lib/Makefile.am     11 Nov 2003 13:00:17 -0000
@@ -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 @@
 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)
-- 
Alexandre Duret-Lutz





reply via email to

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