From f01f97dba7d40d2d703e6fc4b5225fef97a8a43f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 9 Jan 2006 13:54:59 +0000 Subject: [PATCH 1/1] Move the *.sh.in scripts to build-aux/. --- ChangeLog | 22 ++++++++++++++++++++++ lib/ChangeLog | 7 +++++++ modules/csharpcomp-script | 4 ++-- modules/csharpexec | 5 +++-- modules/javacomp-script | 4 ++-- modules/javaexec | 4 ++-- 6 files changed, 38 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index b463a6460d..55c1184d60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2006-01-09 Bruno Haible + + * 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 * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to diff --git a/lib/ChangeLog b/lib/ChangeLog index ab57e7952a..9737f94e32 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2006-01-09 Bruno Haible + + * 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 * stdint_.h (SIZE_MAX): Write the value without involving negative diff --git a/modules/csharpcomp-script b/modules/csharpcomp-script index 9b24a2e988..075fe3c473 100644 --- a/modules/csharpcomp-script +++ b/modules/csharpcomp-script @@ -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 diff --git a/modules/csharpexec b/modules/csharpexec index 4c70453413..7ca7ce1958 100644 --- a/modules/csharpexec +++ b/modules/csharpexec @@ -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" diff --git a/modules/javacomp-script b/modules/javacomp-script index f62bbde021..ca48de51da 100644 --- a/modules/javacomp-script +++ b/modules/javacomp-script @@ -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 diff --git a/modules/javaexec b/modules/javaexec index d2962301f8..8d82980ef7 100644 --- a/modules/javaexec +++ b/modules/javaexec @@ -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" -- 2.30.2