summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAge
* Call gnulib-tool after autopoint, and only use the gettext macrosColin Watson2009-04-14
| | | | | | | | | | | | supplied via gnulib. This is required to work properly with current versions of gettext and gnulib; see http://lists.gnu.org/archive/html/bug-gnulib/2009-03/msg00154.html and thread. * autogen.sh: If gnulib-tool is installed, call autopoint first and prevent autoreconf from calling it later. Remove special handling of tools/config.rpath, which is not necessary with this approach. * Makefile.am (ACLOCAL_AMFLAGS): Put gnulib/m4 before m4, so that autopoint puts its macros in gnulib/m4 (later overwritten by gnulib-tool).
* * gnulib: Import the gettext module. The practical effect of this isColin Watson2008-12-03
| | | | | | to get the intl directory included while compiling files in gnulib/lib. * autogen.sh: Prefer gnulib'\''s version of tools/config.rpath over gettext'\''s.
* * autogen.sh: Run autoreconf with -f.Colin Watson2008-02-29
| | | | * tools/config.guess, tools/config.sub, tools/depcomp, tools/install-sh, tools/ylwrap: Update.
* merge from trunkColin Watson2007-12-13
|\
| * * autogen.sh: Permit gnulib-tool to be missing; in that case, justColin Watson2007-12-13
| | | | | | | | run autoreconf.
* | convert argument processing to argpColin Watson2007-11-24
|/
* * gnulib/lib/xmalloc.c (xstrdup): Explicitly tolerate a NULLColin Watson2007-10-20
| | | | | | | | argument, returning NULL in that case. (Also sent to Gnulib upstream.) * gnulib/lib/xmalloc.patch: Add, with the above change in patch format. * autogen.sh: Apply xmalloc.patch after updating Gnulib.
* gnulib-tool needs to come before autoreconfColin Watson2007-10-17
|
* run gnulib-tool --update from autogen.shColin Watson2007-10-14
|
* * autogen.sh: Use 'autoreconf -i' rather than reinventing the wheel.Colin Watson2007-10-14
|
* initial conversion to automakeColin Watson2007-10-09
|
* Update setenv module from gnulib.Colin Watson2007-01-08
| | | | | | | | | * m4/setenv.m4: New file. * .bzrignore: Ignore only gettextize-generated files in m4 directory. * autogen.sh: Pass '-I m4' option to aclocal. * configure.ac: Use gt_FUNC_SETENV. * lib/setenv.c, lib/unsetenv.c: Update.
* * autogen.sh: Upgrade to aclocal 1.10.Colin Watson2006-12-26
|
* * autogen.sh: Force the use of aclocal-1.8; at least 1.4 won't workColin Watson2006-11-04
| | | | correctly.
* * autogen.sh: Run aclocal after autopoint, in accordance with theColin Watson2003-09-19
| | | | autopoint info documentation.
* * acinclude.m4, configure.in: Include documentation in all calls toColin Watson2002-11-14
| | | | | | | | | | AC_DEFINE and AC_DEFINE_UNQUOTED. Look for acinclude.m4 in AC_CONFIG_SRCDIR rather than acconfig.h. * acconfig.h: Remove; the above makes it unnecessary. * GNUmakefile.in: Remove acconfig.h from stamp-h.in's dependencies. * autogen.sh: Run autopoint, not gettextize. autogen.sh no longer takes an optional --copy argument.
* Don't keep the output of gettextize in CVS.Colin Watson2001-11-21
|
* Debian release 2.3.18-3. Recover gracefully from not being able to write toColin Watson2001-05-26
| | | | | the database or a cat page; binaries compiled with SECURE_MAN_UID can now be installed non-setuid easily. Fixed some details of whatis handling.
* Improve autogen.sh; *.po msgmerge updates.Colin Watson2001-05-13
|
* Yet more autoconf tweaks. Add a simple autogen.sh.Colin Watson2001-05-04