aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes for building on W32 without needing libintl.Werner Koch2005-11-021-2/+1
|
* Does now allow to build a W32 DLL.Werner Koch2005-08-191-1/+1
|
* Add option --build-w32.Werner Koch2004-12-181-2/+53
|
* 2004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann2004-04-191-2/+2
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* * src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.Werner Koch2004-03-091-1/+1
| | | | | | | | | (CLEANFILES): Add that temporary file. * configure.ac (AC_PROG_CPP): Added. * src/err-codes.h.in: Removed trailing spaces from GPG_ERR_NOT_LOCKED.
* Get the gettext version from the special GETTEXT_VERSION macro.Werner Koch2003-12-081-2/+2
|
* * README.CVS: Enhanced.Werner Koch2003-12-081-42/+56
| | | | | | * autogen.sh: New. * Makefile.am (EXTRA_DIST): Added autogen.sh.
* Also test for msgmerge to detect presence of gettext-dev.Werner Koch2003-12-081-5/+8
|
* * autogen.sh: New.Werner Koch2003-12-081-49/+28
| | | | | | | * Makefile.am (EXTRA_DIST): Added autogen.sh. * libtool.m4: Added (CVS only).
* * autogen.sh: New.Werner Koch2003-12-081-0/+104
* Makefile.am (EXTRA_DIST): Added autogen.sh.