summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use autoreconf instead gnome-commonJavier Jardón2012-03-281-14/+12
|
* Rename configure.in to the preferred configure.acRodney Dawes2009-04-261-1/+1
| | | | | | | Update configure script to require new autoconf Remove the old/broken spec file Remove ChangeLog, NEWS, and MAINTAINERS as they are no longer needed Upgrade bzr branch format to 1.9
* 2004-07-27 Rodney Dawes <dobey@novell.com>dobey2004-07-271-48/+9
| | | | | | | | * Makefile.am (SUBDIRS): "." is not a subdir * NEWS: Update for 0.31.1 * configure.in: Change version to 0.31.1
* 2002-08-18 Havoc Pennington <hp@pobox.com>hp2002-08-181-3/+3
| | | | | | | | * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 1.4 installed get the right automake. Means compilation from CVS will now require the latest automake 1.4 release, or manually creating symlinks called "automake-1.4" and "aclocal-1.4"
* Mon Oct 22 19:39:39 2001 Jonathan Blandford <jrb@redhat.com>jrb2001-10-221-1/+1
| | | | * autogen.sh: fix message now that we compile.
* First cut at all the name changes to call it intltool.darin2001-10-011-8/+2
| | | | | If you use the new m4 macros, everything defaults to doing it the right way for gnome 2 (using UTF-8 everywhere).
* * autogen.sh: Don't run autoheader because we have no headers.darin2001-07-131-3/+0
|
* 2001-01-08 Almer S. Tigelaar <almer1@dds.nl>almer2001-01-081-1/+1
| | | | | * autogen.sh: Change message to advise to "make install" as there is nothing to "make".
* Initial checkin of xml-i18n system.mstachow2001-01-031-0/+69
* .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