Move the *.sh.in scripts to build-aux/.
authorBruno Haible <bruno@clisp.org>
Mon, 9 Jan 2006 13:54:59 +0000 (13:54 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 9 Jan 2006 13:54:59 +0000 (13:54 +0000)
ChangeLog
lib/ChangeLog
modules/csharpcomp-script
modules/csharpexec
modules/javacomp-script
modules/javaexec

index b463a6460de9c67cc6b2f4bd79b3a20d4d4d647c..55c1184d60ed560dc689b98be4b8b2237c8264e0 100644 (file)
--- a/ChangeLog
+++ b/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
index ab57e7952a19df5a7cf6a2338874615a1ec1b221..9737f94e324875bed68c59a834faf2382b8f0d93 100644 (file)
@@ -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
index 9b24a2e988b68002120979ba8191038ed646edff..075fe3c47353953c3b357f6e4675be3b0c164554 100644 (file)
@@ -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
index 4c70453413ce4d1d6d040316650200741ac5c737..7ca7ce19581bb9acc259bfe91d6d8c03db7fdf7b 100644 (file)
@@ -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"
index f62bbde0217310332decddf3aff27d778627fc35..ca48de51da5285c1aaf227621f17ab54de5249f8 100644 (file)
@@ -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
index d2962301f8795759a98188b0cf4f7f5d2e2b7e35..8d82980ef72473f1bcc90ead487903a76770fffc 100644 (file)
@@ -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"