From: Bruno Haible Date: Mon, 31 Jul 2006 16:37:20 +0000 (+0000) Subject: Move the *.sh.in scripts to build-aux. X-Git-Tag: 0.16.x-branchpoint~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589ed3cc44c2585b0bb798f0a9d96727874a3aa4;p=thirdparty%2Fgettext.git Move the *.sh.in scripts to build-aux. --- diff --git a/ChangeLog b/ChangeLog index ba96e14b8..dbb390cf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-07-30 Bruno Haible + + * 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 * autogen.sh: Accept option --quick. @@ -28,8 +39,8 @@ 2006-07-21 Bruno Haible - * 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 diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 57b5047b4..f134a0a90 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,8 @@ +2006-07-30 Bruno Haible + + * configure.ac: Update for changed location of javacomp.sh.in and + csharpcomp.sh.in. + 2006-07-25 Bruno Haible * windows: Remove directory. diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 2bbbca6f3..a5b4149b5 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -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]) diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 54cede050..bcb690a09 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2006-07-30 Bruno Haible + + * configure.ac: Update for changed location of javacomp.sh.in, + javaexec.sh.in, csharpcomp.sh.in, csharpexec.sh.in. + 2006-07-23 Bruno Haible * configure.ac: Invoke gt_OPENMP. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index b5d7c4a1e..cad1d0764 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -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])