changeset 6521:4c0b2f2f590e

Move the *.sh.in scripts to build-aux/.
author Bruno Haible <bruno@clisp.org>
date Mon, 09 Jan 2006 13:54:59 +0000
parents 4336eef19b2e
children dc575ea653f8
files ChangeLog lib/ChangeLog modules/csharpcomp-script modules/csharpexec modules/javacomp-script modules/javaexec
diffstat 6 files changed, 38 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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
--- a/modules/csharpcomp-script
+++ b/modules/csharpcomp-script
@@ -2,7 +2,7 @@
 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 @@
 
 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
--- a/modules/csharpexec
+++ b/modules/csharpexec
@@ -2,9 +2,9 @@
 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 @@
 
 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"
--- a/modules/javacomp-script
+++ b/modules/javacomp-script
@@ -2,16 +2,16 @@
 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
--- a/modules/javaexec
+++ b/modules/javaexec
@@ -2,9 +2,9 @@
 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 @@
 
 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"