]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Move the *.sh.in scripts to build-aux.
authorBruno Haible <bruno@clisp.org>
Mon, 31 Jul 2006 16:37:20 +0000 (16:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:43 +0000 (12:13 +0200)
ChangeLog
gettext-runtime/ChangeLog
gettext-runtime/configure.ac
gettext-tools/ChangeLog
gettext-tools/configure.ac

index ba96e14b8861085b563f470353b362c54e5c0026..dbb390cf7bc9f8c0dd870ea90ed736921708bf99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-07-30  Bruno Haible  <bruno@clisp.org>
+
+       * build-aux/csharpcomp.sh.in: Move here from
+       gettext-tools/lib/csharpcomp.sh.in.
+       * build-aux/csharpexec.sh.in: Move here from
+       gettext-tools/lib/csharpexec.sh.in.
+       * build-aux/javacomp.sh.in: Move here from
+       gettext-tools/lib/javacomp.sh.in.
+       * build-aux/javaexec.sh.in: Move here from
+       gettext-tools/lib/javaexec.sh.in.
+
 2006-07-22  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh: Accept option --quick.
@@ -28,8 +39,8 @@
 
 2006-07-21  Bruno Haible  <bruno@clisp.org>
 
-       * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Use a multiline -e argument
-       instead of multiple -e arguments. Needed for AIX 4.
+       * m4/fixautomake.m4 (FIX_MAKEFILE_TOPDIR_DISTRIB): Use a multiline -e
+       argument instead of multiple -e arguments. Needed for AIX 4.
 
 2006-07-20  Bruno Haible  <bruno@clisp.org>
 
index 57b5047b41819bc523dc7a6cc82913622c0abf74..f134a0a90b32d87db48309fcb416281d0c628ee6 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-30  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Update for changed location of javacomp.sh.in and
+       csharpcomp.sh.in.
+
 2006-07-25  Bruno Haible  <bruno@clisp.org>
 
        * windows: Remove directory.
index 2bbbca6f36f3b9bb6d6d005c818ab88471061b4c..a5b4149b57f68408b87eff8dd2bde44323b91376 100644 (file)
@@ -160,8 +160,8 @@ AC_CONFIG_FILES([intl-csharp/Makefile])
 
 AC_CONFIG_FILES([lib/Makefile],
                 [FIX_MAKEFILE_COMPILE])
-AC_CONFIG_FILES([lib/javacomp.sh:../gettext-tools/lib/javacomp.sh.in])
-AC_CONFIG_FILES([lib/csharpcomp.sh:../gettext-tools/lib/csharpcomp.sh.in])
+AC_CONFIG_FILES([lib/javacomp.sh:../build-aux/javacomp.sh.in])
+AC_CONFIG_FILES([lib/csharpcomp.sh:../build-aux/csharpcomp.sh.in])
 
 AC_CONFIG_FILES([src/Makefile],
                 [FIX_MAKEFILE_COMPILE])
index 54cede050c292c47e25c045be540e225b5df8ca5..bcb690a09af86621bf9620fef092d8f3c835f527 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-30  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Update for changed location of javacomp.sh.in,
+       javaexec.sh.in, csharpcomp.sh.in, csharpexec.sh.in.
+
 2006-07-23  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke gt_OPENMP.
index b5d7c4a1e350525034facff7a3a330ab440b08f5..cad1d076437566d21e12d773a81a1536d9560e32 100644 (file)
@@ -366,8 +366,10 @@ AC_CONFIG_FILES([intl/Makefile:../gettext-runtime/intl/Makefile.in], [
 
 AC_CONFIG_FILES([lib/Makefile],
                 [FIX_MAKEFILE_COMPILE])
-AC_CONFIG_FILES([lib/javacomp.sh lib/javaexec.sh])
-AC_CONFIG_FILES([lib/csharpcomp.sh lib/csharpexec.sh])
+AC_CONFIG_FILES([lib/javacomp.sh:../build-aux/javacomp.sh.in])
+AC_CONFIG_FILES([lib/javaexec.sh:../build-aux/javaexec.sh.in])
+AC_CONFIG_FILES([lib/csharpcomp.sh:../build-aux/csharpcomp.sh.in])
+AC_CONFIG_FILES([lib/csharpexec.sh:../build-aux/csharpexec.sh.in])
 
 AC_CONFIG_FILES([libgrep/Makefile],
                 [FIX_MAKEFILE_COMPILE])