summaryrefslogtreecommitdiff
path: root/intltoolize.in
Commit message (Collapse)AuthorAgeFilesLines
* Always remove the intltool-foo.in files as we don't use themRodney Dawes2009-06-011-1/+2
|
* Use egrep to be consistent, and redirect output to /dev/nullRodney Dawes2009-04-261-1/+1
|
* Only create the empty "script" files if they are mentioned in Makefile.amRodney Dawes2009-04-261-1/+3
|
* 2008-07-25 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-251-2/+6
| | | | | | | | | * intltoolize.in: Check for symlinks to intltool scripts and remove them Touch the script.in files for compatibility We just touch the scripts as we no longer generate executable versions, and the Makefile.in.in uses the installed scripts anyway.
* 2008-07-21 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-211-41/+0
| | | | | | | | | * intltoolize.in: Remove the AC_CONFIG_AUX_DIR checks as we no longer need it We do not copy the scripts locally now, only Makefile.in.in Fixes #323968
* 2008-04-11 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Up version to 0.39.99 to avoid conflicts with 0.3x.y versions * Makefile.am: Don't distribute the *.in scripts any longer Clean up the sed replacing We don't use *.in.in for scripts any longer, just *.in * intltool.m4: Update the version check to use intltool-update --version instead Check for the intltool scripts in PATH instead of local copies Remove the AC_CONFIG_COMMANDS to create the local script copies * intltool-*.in: * intltool-*.in.in: Rename all the *.in.in scripts to just *.in * intltoolize.in: Only copy Makefile.in.in to a project's distribution Fixes #490620
* 2007-10-31 Rodney Dawes <dobey.pwns@gmail.com>dobey2007-10-311-1/+1
| | | | | | | | * intltoolize.in: Update the grep to check for IT_PROG_INTLTOOL being defined in aclocal.m4, to avoid the error message when not needed Fixes #481833
* 2006-05-16 Rodney Dawes <dobey@novell.com>dobey2006-05-161-1/+2
| | | | | | | | * intltoolize.in: Change the warning message for a missing call to IT_PROG_INTLTOOL in configure.{in,ac} to a more appropriate error, and exit with a return value of 1 if it is not present Fixes #341985
* 2005-11-24 Rodney Dawes <dobey@novell.com>dobey2005-11-241-2/+2
| | | | | | * intltoolize.in: Use POSIX sh syntax for Solaris (Laszlo Peter) Fixes #322263
* 2005-09-16 Tor Lillqvist <tml@novell.com>tml2005-09-161-0/+9
| | | | | | | * intltoolize.in: On Win32 set prefix from $0. Do not use the configure-time path. This should make intltoolize work even if installed by the end-user in a different location than the prefix passed to configure by the packager.
* datarootdir: ...but the order mattersskasal2005-07-291-1/+1
|
* 2005-07-29 Rodney Dawes <dobey@novell.com>dobey2005-07-291-0/+1
| | | | | * intltoolize.in: Add datarootdir variable for compatibility with Autoconf > 2.59 as well, since we use datadir here
* 2005-01-27 Rodney Dawes <dobey@novell.com>dobey2005-01-281-29/+3
| | | | | | | | | | | * Makefile.in.in: Update comment header block to include notification of modifications for intltool, and for the "INTLTOOL_MAKEFILE" string * intltoolize.in: Remove all of the patching and replace it with a check for the "INTLTOOL_MAKEFILE" string in Makefile.in.in, and an error message for when that fails Fixes #165066
* 2005-01-20 James Henstridge <james@jamesh.id.au>dobey2005-01-211-1/+20
| | | | | | | * intltoolize.in: if AC_CONFIG_MACRO_DIR is used in the configure.in file, install intltool.m4 to that macro directory. Fixes #160943
* 2004-11-21 Rodney Dawes <dobey@novell.com>dobey2004-11-221-5/+5
| | | | | | | * intltool.m4: Update serial for IT_PROG_INTLTOOL to 2 * intltoolize.in: Update serial check to check for IT_PROG_INTLTOOL instead of AC_PROG_INTLTOOL
* 2004-11-03 Rodney Dawes <dobey@novell.com>dobey2004-11-031-4/+4
| | | | | | | | | | | | | | | | * Makefile.am (pkgdata_DATA): Add new Makefile.in.in and remove all of the patches that we used to maintain for Makefile.in.in from glib-gettextize * Makefile.in.in: Add our own Makefile.in.in to install into the po directory that already includes the patches we had for it, and does not require mkinstalldirs in the local tree to install * intltoolize.in: Add po/Makefile.in.in to the files to copy list Fix the file linking/copying to use basename for the file, so that we can store Makefile.in.in without its own special subdir Fixes #144715
* 2004-01-06 Tommi Komulainen <tommi.komulainen@iki.fi>tko2004-01-061-9/+0
| | | | | * intltoolize.in: Don't create intltool-modules directory, it's no longer needed. (#130694)
* 2004-01-05 Brian Cameron <brian.cameron@sun.com>bcameron2004-01-051-24/+0
| | | | | | | | | | | | | * configure.in, intltoolize.in, Makefile.am, NEWS, README: Removed references to OrigTree and the modules directory since the OrigTree module is longer used. * intltool-merge.in.in, tests/cases/merge6.xml.in, tests/results/merge6.xml: Now intltool-merge retains the DOCTYPE from the original document in the output. Also, it translates entities in attributes properly (see the intltool_tree_start function. Lastly it no longer uses the OrigTree Style. Now just uses Tree and overrides the start and char handlers. Much cleaner.
* http://bugzilla.gnome.org/show_bug.cgi?id=130591mortenw2004-01-051-1/+3
| | | | | | | | 2004-01-05 Morten Welinder <terra@gnome.org> * intltoolize.in (cur): Don't use "if ! ...". * intltool.m4: Don't use "if ! ...".
* fix AC_CONFIG_AUX_DIR buildsthomasvs2003-12-311-1/+3
|
* make sure intltoolize errors out on errorsthomasvs2003-12-311-1/+6
|
* * intltoolize.in: Install OrigTree.pm in the distribution tree.malcolm2003-12-061-1/+33
| | | | | | | | | | | | | * intltool-merge.in.in: Find the local version of OrigTree when building a package. * README: Updated. Another file needs to be added to EXTRA_DIST in a client package's Makefile.am file now. * tests/selftest.pl.in: Fix(?) the running of test 18 (multiple output test). * intltool.m4: Check for the XML::Parse module at build time.
* * intltoolize.in: Handle standard GNU gettext 0.12malcolm2003-12-061-0/+4
| | | | | | | | | | | | | | | | | installations. * intltool-po-Makefile.in.in-patch-8: Makefile.in.in patch for gettext 0.12. * Makefile.am: Distribute intltool-po-Makefile.in.in-patch-8. * intltool-update.in.in: When building with srcdir != builddir, fetch POTFILES.in and source files from srcdir (only works with *-patch-8 at the moment, but is backwards compatible with other patches). * intltool-extract.in.in: Allow a --srcdir argument to be passed in.
* 2003-03-04 James Henstridge <james@daa.com.au>jamesh2003-03-041-2/+3
| | | | | | | | | | * intltool-po-Makefile.in.in-patch-7: the patch. * intltoolize.in (auxdirline): handle patch-7 * intltool-update.in.in (update_po_file): handle using a different output file. (print_status): if -o is specified, check its status.
* * Makefile.am:fcrozat2003-01-061-1/+6
| | | | | | | * intltool-po-Makefile.in.in-patch-6: * intltoolize.in: support latest version of Makefile.in.in from glib-gettextize from glib >= 2.1.5
* 2002-10-22 Kenneth Christiansen <kenneth@gnu.org>kenneth2002-10-221-0/+9
| | | | | | | | | | | | * intltool-po-Makefile.in.in-patch-5: * intltool/Makefile.am: * intltoolize.in: Made intltool work with gettextize 4.x Needs backporting to the xml-i18n-tools part of intltool. Should be trivial, but I don't have time to do it right now.
* 2002-05-03 Kenneth Rohde Christiansen <kenneth@gnu.org>kenneth2002-05-031-7/+13
| | | | | * intltoolize.in: Now works with configure.ac aswell as configure.in. Please send me patches if I broke anything.
* 2002-01-31 ERDI Gergo <cactus@cactus.rulez.org>cactus2002-01-311-0/+2
| | | | | * intltoolize.in: populate $auxdir in a subshell, so po/Makefile.in.in is found even when AC_AUX_DIR is set.
* 2002-01-31 ERDI Gergo <cactus@cactus.rulez.org>cactus2002-01-311-0/+2
| | | | | * intltoolize.in: use po/Makefile.in.in patch #4 if latest Makefile.in.in (from glib-gettextize) is detected
* 2001-10-29 jacob berkman <jacob@ximian.com>jberkman2001-10-291-0/+2
| | | | | | | | | | * intltool-update.in.in: add support for a --gettext-package argument * intltoolize.in: apply new patch to new Makefile.in.in's * intltool-po-Makefile.in.in-patch-3: * Makefile.am (pkgdata_DATA): add glib-gettextize'd patch
* * intltool-extract.in.in:darin2001-10-041-1/+1
| | | | | | | | | | | * intltool-merge.in.in: * intltool-update.in.in: * intltool.m4: * intltool.spec.in: * intltoolize.in: * xml-i18n-toolize.in: * xml-i18n-tools.m4: More license tweaking, and some updates of email addresses.
* 2001-10-03 Peter Williams <peterw@ximian.com>peterw2001-10-041-0/+2
| | | | | | | * intltoolize.in: Define $intltool_m4 because it's supposed to be defined. * xml-i18n-toolize.in: Analogous fix.
* First cut at all the name changes to call it intltool.darin2001-10-011-31/+26
| | | | | If you use the new m4 macros, everything defaults to doing it the right way for gnome 2 (using UTF-8 everywhere).
* 2001-05-09 Darin Adler <darin@eazel.com>darin2001-05-091-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: SUBDIRS included "." for a good reason. That's the only way to make sure the scripts are built before the tests directory. The problem was actually a bug in automake 1.3 -- this program requires automake 1.4. 2001-05-09 Darin Adler <darin@eazel.com> Rolled all the changes from the stable branch to here. We're going to stop using the stable branch and just develop on HEAD. 2001-05-09 Darin Adler <darin@eazel.com> Fix bug 8274 (autogen.sh creates recursive makefile on Solaris): * Makefile.am: For some reason, SUBDIRS included "." -- no wonder the makefile went on forever! 2001-05-08 Darin Adler <darin@eazel.com> * tests/cases/.cvsignore: Ignore a generated file. 2001-05-08 Darin Adler <darin@eazel.com> * tests/cases/Makefile.am: * tests/results/Makefile.am: Added George's tests to the EXTRA_DIST so that "make distcheck" passes. 2001-05-02 Darin Adler <darin@eazel.com> * xml-i18n-po-Makefile.in.in-patch-2: New version of the gettext 0.10.36 (and newer) patch contributed by Stanislav Brabec <utx@penguin.cz>. 2001-04-27 Darin Adler <darin@eazel.com> A first try at making xml-i18n-tools compatible with the new gettext 0.10.36. I created a new patch and make the toolize script choose the appropriate patch based on the file contents. * xml-i18n-tools.Makefile.patch: * xml-i18n-po-Makefile.in.in-patch-1: Renamed the old patch. * xml-i18n-po-Makefile.in.in-patch-2: Checked in a new patch that works with gettext 0.10.36. * xml-i18n-toolize.in: Added code to use patch2 if "builddir" appears in the file and patch1 if it doesn't. * Makefile.am: Add the new files. 2001-04-10 Christopher James Lahey <clahey@ximian.com> reviewed by: Kenneth Christiansen <kenneth@gnu.org> * xml-i18n-update.in.in: Added .etspec to the list of xml file types. 2001-03-09 Maciej Stachowiak <mjs@eazel.com> reviewed by: George Lebl <jirka@5z.com> * xml-i18n-update.in.in: Handle .directory files properly; needed to xml-i18n-toolize control-center. 2001-03-01 Arik Devens <arik@eazel.com> reviewed by: Robin * Slomkowski <rslomkow@eazel.com> Fixed bug 6766, xml-i18n-tools spec file needs cleanups. * xml-i18n-tools.spec.in: Added greg leblanc's changes to the spec file. 2001-03-01 Darin Adler <darin@eazel.com> reviewed by: Maciej Stachowiak <mjs@eazel.com> * xml-i18n-merge.in.in: Also encode "&". * tests/cases/test.po: * tests/results/merge1.xml: Test case for that. 2001-03-01 Darin Adler <darin@eazel.com> reviewed by: Maciej Stachowiak <mjs@eazel.com> Fixed bug 7230 (opening images in Nautilus fails), which was caused by a translation with a \" sequence in it. * xml-i18n-merge.in.in: Handle '\' sequences in the strings from the po file, specifically '\"' for a quote mark. * tests/cases/test.po: * tests/results/merge1.xml: Added a test case for the new features. 2001-02-25 Maciej Stachowiak <mjs@eazel.com> reviewed by: Ian McKellar <ian@eazel.com> * xml-i18n-tools.m4: Reorder things a bit to help the Bonobo build. 2001-02-25 Maciej Stachowiak <mjs@eazel.com> reviewed by: Seth Nickell <seth@eazel.com> Fixed bugs 6980 (workaround for glade does not work) and 6976 (<A0> in README and NEWS). * NEWS, README: Replaced 0xA0 characters with spaces. * xml-i18n-extract.in.in: improve glade workaround to notice window and label IDs with more than one digit after them. Patch from db@zigo.dhs.org 2001-02-25 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: Bumped version to 0.8.2, this one is required for control-center and gnome-core to work correctly with the Tools. * xml-i18n-prepare.in: do not grep non-existing po files. Write correct merge rule according to extension. * xml-i18n-tools.m4: added macros for .directory and .soundlist files. FIXME: should be better way to do it, these macros are equal. 2001-02-19 Gediminas Paulauskas <menesis@delfi.lt> * xml-i18n-prepare.in: escape "'s in msgid also. fixes #6757. added missing }, and removed check for existance of LL.po file -- to rescue all translations from .desktop files -- newly created files should be added to cvs. 2001-02-15 Darin Adler <darin@eazel.com> * xml-i18n-update.in.in: Add support for ".ui" files. 2001-02-15 Darin Adler <darin@eazel.com> * README: Remove silly "ignore non-fatal errors" message. 2001-02-14 Maciej Stachowiak <mjs@eazel.com> * configure.in: Bumped version to 0.8.1 2001-02-13 Morten Welinder <terra@diku.dk> * xml-i18n-update.in.in (find_package_name): Only return package name when found. (determine_type): Properly return a value and declare locals locally. (maintain): Escape a double quote to keep Emacs font-lock happy. (whole file): remove trailing white space. 2001-02-13 Maciej Stachowiak <mjs@eazel.com> * xml-i18n-update.in.in: Fix some utterly broken code that was trying to find the top level. 2001-02-13 Maciej Stachowiak <mjs@eazel.com> * xml-i18n-update.in.in: Turn on use strict, fix problems found as a result. 2001-02-13 Maciej Stachowiak <mjs@eazel.com> * configure.in: Bumped version to 0.8
* reviewed by: George Lebl <jirka@eazel.com>mstachow2001-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Robin * Slomkowski <rslomkow@eazel.com> Fixed bug 6199 (perl location is configured at xml-i18n-tools configure time -- not the configure time for a package that uses the tools) and 6250 (perl path hard-coded in selftest.pl). Also made 'make distcheck' work. * tests/Makefile.am: Screw around a bit so the self test script ends up executable after configure substitution. * tests/cases/.cvsignore: Ignore a new file * tests/cases/Makefile.am, tests/results/Makefile.am: Add missing files to EXTRA_DIST. * tests/selftest.pl.in: renamed from tests/selftest.pl, set perl path at configure time. * xml-i18n-unicodify.in: renamed from xml-i18n-unicodify, set perl path at configure time. * xml-i18n-extract.in.in, xml-i18n-merge.in.in, xml-i18n-prepare.in.in, xml-i18n-update.in.in: Renamed to .in.in from .in; substitute all variables except perl path at xml-i18n-tools configure time, so .in versions can be copied into modules when xml-i18n-toolizing. * xml-i18n-toolize.in: copy .in versions of tools into module. * xml-i18n-tools.Makefile.patch: don't change DISTFILES, this broke with the new changes. * xml-i18n-tools.m4: substitute xml-i18n-tools ; expect xml-i18n-* to be in builddir. * README: Updated instructions on how to use. * Makefile.am: Adjust what gets installed where. * configure.in: Adjust set of files being output.
* Initial checkin of xml-i18n system.mstachow2001-01-031-0/+249
* .cvsignore: Files to ignore. * AUTHORS: Add me and Kenny. * COPYING: The GPL * INSTALL: Install instructions * Makefile.am: Makefile. * autogen.sh: the usual. * configure.in: Generate generated files. * xml-i18n-toolize.in: Used to generate xml-i18n-toolize, a program like libtoolize that makes your module use xml-i18n-tools. * xml-i18n-extract.in: Used to generate xml-i18n-extract; based on Kenneth Christiansen's ui-extract.pl. This script knows how to extract translations from -ui.xml, nautilus theme, .glad and .oaf.in files. * xml-i18n-update.in: Used to generate xml-i18n-update. This translation update script is based on based on Kenneth Christiansen's update.pl * xml-i18n-merge.in: Used to generate xml-i18n-merge, an XML translation merge script (only works for .oaf files so far). * xml-i18n-tools.Makefile.patch: Patch for po/Makefile.in.in, automatically applied after xml-18n-toolize * xml-i18n-tools.m4: M4 macro file that defines AM_PROG_XML_I18N_TOOLS