mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
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.
This commit is contained in:
@@ -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>
|
2007-01-17 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* lib/gettimeofday.c (gettimeofday): Add code for the case
|
* lib/gettimeofday.c (gettimeofday): Add code for the case
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([gt_CSHARPCOMP])
|
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:
|
Makefile.am:
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
|
# 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:
|
Makefile.am:
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
# You need to invoke gt_JAVACOMP yourself, possibly with arguments.
|
# 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:
|
Makefile.am:
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
# You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
|
# 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:
|
Makefile.am:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user