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>
|
||||
|
||||
* 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>
|
||||
|
||||
* stdint_.h (SIZE_MAX): Write the value without involving negative
|
||||
|
@@ -2,7 +2,7 @@ Description:
|
||||
Script to compile a C# program.
|
||||
|
||||
Files:
|
||||
lib/csharpcomp.sh.in
|
||||
build-aux/csharpcomp.sh.in
|
||||
m4/csharpcomp.m4
|
||||
m4/csharp.m4
|
||||
|
||||
@@ -10,9 +10,9 @@ Depends-on:
|
||||
|
||||
configure.ac:
|
||||
gt_CSHARPCOMP
|
||||
AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
|
||||
|
||||
Makefile.am:
|
||||
EXTRA_DIST += csharpcomp.sh.in
|
||||
|
||||
License:
|
||||
GPLed build tool
|
||||
|
@@ -2,9 +2,9 @@ Description:
|
||||
Execute a C# program.
|
||||
|
||||
Files:
|
||||
build-aux/csharpexec.sh.in
|
||||
lib/csharpexec.h
|
||||
lib/csharpexec.c
|
||||
lib/csharpexec.sh.in
|
||||
lib/classpath.h
|
||||
lib/classpath.c
|
||||
m4/csharpexec.m4
|
||||
@@ -22,11 +22,12 @@ gettext-h
|
||||
|
||||
configure.ac:
|
||||
gt_CSHARPEXEC
|
||||
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
|
||||
|
||||
Makefile.am:
|
||||
DEFS += -DEXEEXT=\"$(EXEEXT)\"
|
||||
lib_SOURCES += csharpexec.h csharpexec.c
|
||||
EXTRA_DIST += csharpexec.sh.in classpath.h classpath.c
|
||||
EXTRA_DIST += classpath.h classpath.c
|
||||
|
||||
Include:
|
||||
"csharpexec.h"
|
||||
|
@@ -2,16 +2,16 @@ Description:
|
||||
Script to compile a Java program.
|
||||
|
||||
Files:
|
||||
lib/javacomp.sh.in
|
||||
build-aux/javacomp.sh.in
|
||||
m4/javacomp.m4
|
||||
|
||||
Depends-on:
|
||||
|
||||
configure.ac:
|
||||
gt_JAVACOMP
|
||||
AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
|
||||
|
||||
Makefile.am:
|
||||
EXTRA_DIST += javacomp.sh.in
|
||||
|
||||
License:
|
||||
GPLed build tool
|
||||
|
@@ -2,9 +2,9 @@ Description:
|
||||
Execute a Java program.
|
||||
|
||||
Files:
|
||||
build-aux/javaexec.sh.in
|
||||
lib/javaexec.h
|
||||
lib/javaexec.c
|
||||
lib/javaexec.sh.in
|
||||
m4/javaexec.m4
|
||||
|
||||
Depends-on:
|
||||
@@ -21,11 +21,11 @@ gettext-h
|
||||
|
||||
configure.ac:
|
||||
gt_JAVAEXEC
|
||||
AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
|
||||
|
||||
Makefile.am:
|
||||
DEFS += -DEXEEXT=\"$(EXEEXT)\"
|
||||
lib_SOURCES += javaexec.h javaexec.c
|
||||
EXTRA_DIST += javaexec.sh.in
|
||||
|
||||
Include:
|
||||
"javaexec.h"
|
||||
|
Reference in New Issue
Block a user