2006-01-17 Paolo Bonzini <bonzini@gnu.org>
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 17 Jan 2007 18:28:48 +0000 (18:28 +0000)
committerPaolo Bonzini <bonzini@gnu.org>
Wed, 17 Jan 2007 18:28:48 +0000 (18:28 +0000)
* modules/csharpcomp-script, modules/csharpexec-script,
modules/javacomp-script, modules/javaexec-script: Add chmod +x
in the configure.ac section.

ChangeLog
modules/csharpcomp-script
modules/csharpexec-script
modules/javacomp-script
modules/javaexec-script

index 2e845d29ad20bf1a3be85e01733576c578445cee..c9edee46e1600c0d35cff84c73a65a9a4402d0f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-17  Paolo Bonzini  <bonzini@gnu.org>
+
+       * 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  <bruno@clisp.org>
 
        * lib/gettimeofday.c (gettimeofday): Add code for the case
index ae804fe8d2615e35b17b20a081b14bc9f55b9ac1..d8e4eaebbc36790ef7d4debdaf57fd6bb94ec703 100644 (file)
@@ -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:
 
index f34e8b3d83a3b274f17743a6346b45e8a52e839b..54753fd424138db9687f00a9ee6426bb526181e6 100644 (file)
@@ -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:
 
index eef87bf6733aca7ba1989eccbe201d65330ef65a..658fbc3b9c9539b09c1dfff208f702145e2f4bec 100644 (file)
@@ -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:
 
index 46492b4960afba399a86e52f8d1c7d634eb0de98..5273a1f6d95ed68efce09bc0bbfe1111c4799445 100644 (file)
@@ -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: