aboutsummaryrefslogtreecommitdiffstats
path: root/m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-232009-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann5-3704/+5732
Update to libtool 2.2.6a. * configure.ac: Invoke AC_CONFIG_MACRO_DIR. (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ... (LT_PREREQ, LT_INIT, LT_LANG): ... these. * config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4: Updated to libtool 2.2.6a. * m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: New files from libtool 2.2.6a. * src/Makefile.am (LTRCCOMPILE): Refactor with ... (RCCOMPILE): ... this new macro. Add $(libgpg_error_la_CPPFLAGS). (SUFFIXES): Add .lo. (.rc.o): Change to ... (.rc.lo): ... this implicit rule. (gpg_error_res_ldflag): Removed. (gpg_error_res): Use libtool object file name here. (install-def-file): Fix typo. (libgpg_error_la_LDFLAGS): Remove gpg_error_res_ldflag usage. (libgpg_error_la_LIBADD): Add gpg_error_res.
2007-08-032007-08-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-0/+366
* configure.ac: Allow --disable-languages. * Makefile.am [!LANGUAGES_SOME]: Don't add lang to subdirs. * m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4: New files.
2006-11-30Removed included gettext and updated latest gettextWerner Koch10-163/+352
2006-09-14Ready for a new releaselibgpg-error-1.4Werner Koch3-0/+40
2006-03-142006-03-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann31-179/+843
Many files regenerated. * src/Makefile.am (gpg_error_CPPFLAGS, libgpg_error_la_CPPFLAGS): Add -I../intl. * Makefile.am (SUBDIRS): Add intl. * configure.ac (AC_CONFIG_FILES): Add intl/Makefile. (AM_GNU_GETTEXT_VERSION): Bump to 0.14.5. intl/ 2005-05-23 GNU <[email protected]> * Version 0.14.5 released. m4/ 2006-03-14 gettextize <[email protected]> * codeset.m4: Upgrade to gettext-0.14.5. * gettext.m4: Upgrade to gettext-0.14.5. * glibc2.m4: New file, from gettext-0.14.5. * glibc21.m4: Upgrade to gettext-0.14.5. * iconv.m4: Upgrade to gettext-0.14.5. * intdiv0.m4: Upgrade to gettext-0.14.5. * intmax.m4: New file, from gettext-0.14.5. * inttypes.m4: Upgrade to gettext-0.14.5. * inttypes_h.m4: Upgrade to gettext-0.14.5. * inttypes-pri.m4: Upgrade to gettext-0.14.5. * isc-posix.m4: Upgrade to gettext-0.14.5. * lcmessage.m4: Upgrade to gettext-0.14.5. * lib-ld.m4: Upgrade to gettext-0.14.5. * lib-link.m4: Upgrade to gettext-0.14.5. * lib-prefix.m4: Upgrade to gettext-0.14.5. * longdouble.m4: New file, from gettext-0.14.5. * longlong.m4: New file, from gettext-0.14.5. * nls.m4: Upgrade to gettext-0.14.5. * po.m4: Upgrade to gettext-0.14.5. * printf-posix.m4: New file, from gettext-0.14.5. * progtest.m4: Upgrade to gettext-0.14.5. * signed.m4: New file, from gettext-0.14.5. * size_max.m4: New file, from gettext-0.14.5. * stdint_h.m4: Upgrade to gettext-0.14.5. * uintmax_t.m4: Upgrade to gettext-0.14.5. * ulonglong.m4: Upgrade to gettext-0.14.5. * wchar_t.m4: New file, from gettext-0.14.5. * wint_t.m4: New file, from gettext-0.14.5. * xsize.m4: New file, from gettext-0.14.5. * Makefile.am (EXTRA_DIST): Add the new files. po/ 2006-03-14 gettextize <[email protected]> * Makefile.in.in: Upgrade to gettext-0.14.5. * Rules-quot: Upgrade to gettext-0.14.5.
2005-10-022005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-2509/+4747
* configure.ac: Escape arguments in AC_INIT invocation. * config.guess, config.sub, ltmain.sh: Update. m4/ 2005-10-02 Marcus Brinkmann <[email protected]> * libtool.m4: Update.
2004-03-072004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+149
* Makefile.am (EXTRA_DIST): Add ac_prog_cc_for_build.m4. * ac_prog_cc_for_build.m4: New file.
2004-03-012004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+6
* Makefile.am (EXTRA_DIST): Add ac_prog_cc_for_build.m4. * ac_prog_cc_for_build.m4: New file.
2003-12-08Keep these files in the CVS repositoryWerner Koch17-0/+1780
2003-12-08* autogen.sh: New.Werner Koch2-0/+3721
* Makefile.am (EXTRA_DIST): Added autogen.sh. * libtool.m4: Added (CVS only).
2003-12-08Update to gettext 0.12.1Werner Koch2-1/+15
2003-12-08* autogen.sh: New.Werner Koch2-0/+246
* Makefile.am (EXTRA_DIST): Added autogen.sh.
2003-05-152003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+22
* Initial check-in.