revert unwanted commit
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 17 Jan 2007 18:32:08 +0000 (18:32 +0000)
committerPaolo Bonzini <bonzini@gnu.org>
Wed, 17 Jan 2007 18:32:08 +0000 (18:32 +0000)
ChangeLog
modules/csharpcomp-script
modules/csharpexec-script
modules/javacomp-script
modules/javaexec-script

index c9edee4..2e845d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,3 @@
-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 d8e4eae..ae804fe 100644 (file)
@@ -10,7 +10,7 @@ Depends-on:
 
 configure.ac:
 AC_REQUIRE([gt_CSHARPCOMP])
-AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in], [chmod +x csharpcomp.sh])
+AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
 
 Makefile.am:
 
index 54753fd..f34e8b3 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], [chmod +x csharpexec.sh])
+AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
 
 Makefile.am:
 
index 658fbc3..eef87bf 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], [chmod +x javacomp.sh])
+AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
 
 Makefile.am:
 
index 5273a1f..46492b4 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], [chmod +x javaexec.sh])
+AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
 
 Makefile.am: