From: Paolo Bonzini Date: Wed, 17 Jan 2007 18:28:48 +0000 (+0000) Subject: 2006-01-17 Paolo Bonzini X-Git-Tag: cvs-readonly~1324 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=886d61a44625631fee1a98fdb0d02dd7fa73edb4;p=gnulib.git 2006-01-17 Paolo Bonzini * modules/csharpcomp-script, modules/csharpexec-script, modules/javacomp-script, modules/javaexec-script: Add chmod +x in the configure.ac section. --- diff --git a/ChangeLog b/ChangeLog index 2e845d29a..c9edee46e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-17 Paolo Bonzini + + * modules/csharpcomp-script, modules/csharpexec-script, + modules/javacomp-script, modules/javaexec-script: Add chmod +x + in the configure.ac section. + 2007-01-17 Bruno Haible * lib/gettimeofday.c (gettimeofday): Add code for the case diff --git a/modules/csharpcomp-script b/modules/csharpcomp-script index ae804fe8d..d8e4eaebb 100644 --- a/modules/csharpcomp-script +++ b/modules/csharpcomp-script @@ -10,7 +10,7 @@ Depends-on: configure.ac: AC_REQUIRE([gt_CSHARPCOMP]) -AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in]) +AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in], [chmod +x csharpcomp.sh]) Makefile.am: diff --git a/modules/csharpexec-script b/modules/csharpexec-script index f34e8b3d8..54753fd42 100644 --- a/modules/csharpexec-script +++ b/modules/csharpexec-script @@ -10,7 +10,7 @@ Depends-on: configure.ac: # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments. -AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in]) +AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in], [chmod +x csharpexec.sh]) Makefile.am: diff --git a/modules/javacomp-script b/modules/javacomp-script index eef87bf67..658fbc3b9 100644 --- a/modules/javacomp-script +++ b/modules/javacomp-script @@ -9,7 +9,7 @@ Depends-on: configure.ac: # You need to invoke gt_JAVACOMP yourself, possibly with arguments. -AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in]) +AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in], [chmod +x javacomp.sh]) Makefile.am: diff --git a/modules/javaexec-script b/modules/javaexec-script index 46492b496..5273a1f6d 100644 --- a/modules/javaexec-script +++ b/modules/javaexec-script @@ -9,7 +9,7 @@ Depends-on: configure.ac: # You need to invoke gt_JAVAEXEC yourself, possibly with arguments. -AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in]) +AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in], [chmod +x javaexec.sh]) Makefile.am: