mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Move the *.sh.in scripts to build-aux/.
This commit is contained in:
22
ChangeLog
22
ChangeLog
@@ -1,3 +1,25 @@
|
|||||||
|
2006-01-09 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
* build-aux/javacomp.sh.in: New file, moved from lib/.
|
||||||
|
* modules/javacomp-script (Files): Update.
|
||||||
|
(configure.ac): Add AC_CONFIG_FILES invocation.
|
||||||
|
(EXTRA_DIST): Remove variable.
|
||||||
|
|
||||||
|
* build-aux/javaexec.sh.in: New file, moved from lib/.
|
||||||
|
* modules/javaexec (Files): Update.
|
||||||
|
(configure.ac): Add AC_CONFIG_FILES invocation.
|
||||||
|
(EXTRA_DIST): Remove javaexec.sh.in.
|
||||||
|
|
||||||
|
* build-aux/csharpcomp.sh.in: New file, moved from lib/.
|
||||||
|
* modules/csharpcomp-script (Files): Update.
|
||||||
|
(configure.ac): Add AC_CONFIG_FILES invocation.
|
||||||
|
(EXTRA_DIST): Remove variable.
|
||||||
|
|
||||||
|
* build-aux/csharpexec.sh.in: New file, moved from lib/.
|
||||||
|
* modules/csharpexec (Files): Update.
|
||||||
|
(configure.ac): Add AC_CONFIG_FILES invocation.
|
||||||
|
(EXTRA_DIST): Remove csharpexec.sh.in.
|
||||||
|
|
||||||
2006-01-07 Bruno Haible <bruno@clisp.org>
|
2006-01-07 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
|
* gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
|
||||||
|
@@ -1,3 +1,10 @@
|
|||||||
|
2006-01-09 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
* javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
|
||||||
|
* javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
|
||||||
|
* csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
|
||||||
|
* csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
|
||||||
|
|
||||||
2006-01-09 Bruno Haible <bruno@clisp.org>
|
2006-01-09 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* stdint_.h (SIZE_MAX): Write the value without involving negative
|
* stdint_.h (SIZE_MAX): Write the value without involving negative
|
||||||
|
@@ -2,7 +2,7 @@ Description:
|
|||||||
Script to compile a C# program.
|
Script to compile a C# program.
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
lib/csharpcomp.sh.in
|
build-aux/csharpcomp.sh.in
|
||||||
m4/csharpcomp.m4
|
m4/csharpcomp.m4
|
||||||
m4/csharp.m4
|
m4/csharp.m4
|
||||||
|
|
||||||
@@ -10,9 +10,9 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gt_CSHARPCOMP
|
gt_CSHARPCOMP
|
||||||
|
AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
EXTRA_DIST += csharpcomp.sh.in
|
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPLed build tool
|
GPLed build tool
|
||||||
|
@@ -2,9 +2,9 @@ Description:
|
|||||||
Execute a C# program.
|
Execute a C# program.
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
build-aux/csharpexec.sh.in
|
||||||
lib/csharpexec.h
|
lib/csharpexec.h
|
||||||
lib/csharpexec.c
|
lib/csharpexec.c
|
||||||
lib/csharpexec.sh.in
|
|
||||||
lib/classpath.h
|
lib/classpath.h
|
||||||
lib/classpath.c
|
lib/classpath.c
|
||||||
m4/csharpexec.m4
|
m4/csharpexec.m4
|
||||||
@@ -22,11 +22,12 @@ gettext-h
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gt_CSHARPEXEC
|
gt_CSHARPEXEC
|
||||||
|
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
DEFS += -DEXEEXT=\"$(EXEEXT)\"
|
DEFS += -DEXEEXT=\"$(EXEEXT)\"
|
||||||
lib_SOURCES += csharpexec.h csharpexec.c
|
lib_SOURCES += csharpexec.h csharpexec.c
|
||||||
EXTRA_DIST += csharpexec.sh.in classpath.h classpath.c
|
EXTRA_DIST += classpath.h classpath.c
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
"csharpexec.h"
|
"csharpexec.h"
|
||||||
|
@@ -2,16 +2,16 @@ Description:
|
|||||||
Script to compile a Java program.
|
Script to compile a Java program.
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
lib/javacomp.sh.in
|
build-aux/javacomp.sh.in
|
||||||
m4/javacomp.m4
|
m4/javacomp.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gt_JAVACOMP
|
gt_JAVACOMP
|
||||||
|
AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
EXTRA_DIST += javacomp.sh.in
|
|
||||||
|
|
||||||
License:
|
License:
|
||||||
GPLed build tool
|
GPLed build tool
|
||||||
|
@@ -2,9 +2,9 @@ Description:
|
|||||||
Execute a Java program.
|
Execute a Java program.
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
build-aux/javaexec.sh.in
|
||||||
lib/javaexec.h
|
lib/javaexec.h
|
||||||
lib/javaexec.c
|
lib/javaexec.c
|
||||||
lib/javaexec.sh.in
|
|
||||||
m4/javaexec.m4
|
m4/javaexec.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
@@ -21,11 +21,11 @@ gettext-h
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gt_JAVAEXEC
|
gt_JAVAEXEC
|
||||||
|
AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
DEFS += -DEXEEXT=\"$(EXEEXT)\"
|
DEFS += -DEXEEXT=\"$(EXEEXT)\"
|
||||||
lib_SOURCES += javaexec.h javaexec.c
|
lib_SOURCES += javaexec.h javaexec.c
|
||||||
EXTRA_DIST += javaexec.sh.in
|
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
"javaexec.h"
|
"javaexec.h"
|
||||||
|
Reference in New Issue
Block a user