[cc-devel] liblicense - (g)msgfmt
Peter Miller
millerp at canb.auug.org.au
Sat Aug 25 08:56:10 EDT 2007
Please find attached a patch to have ./configure look for gmsgfmt and
then msgfmt, rather than having gmsgfmt hard coded.
Regards
Peter Miller <millerp at canb.auug.org.au>
/\/\* http://miller.emu.id.au/pmiller/
PGP public key ID: 1024D/D0EDB64D
fingerprint = AD0A C5DF C426 4F03 5D53 2BDB 18D8 A4E2 D0ED B64D
See http://www.keyserver.net or any PGP keyserver for public key.
"Most software wakes up each day with a fresh case of
amnesia." -- Bret Victor, "Magic Ink"
-------------- next part --------------
MIME-Version: 1.0
Content-Type: application/aegis-patch
Subject: liblicense.0.4 - (g)msgfmt
Content-Name: liblicense.0.4.C016.patch
Content-Disposition: attachment; filename=liblicense.0.4.C016.patch
X-Aegis-Project-Name: liblicense.0.4
X-Aegis-Change-Number: 16
#
# The configure.ac file has been enhanced to look for gmsgfmt and
# msgfmt, rather than hard coding gmsgfmt.
#
# Aegis-Change-Set-Begin
# QlpoOTFBWSZTWbNbYfUAAH9fgAAQUGd/6gQgBgq/79/qMAF60NoNTIIaNNSep7KnptT0SbSY
# QaaeUGoJmjRMKABoAAAAlENJpMEzVMmgyNAeg1Mm0mRJodhUDyFIIm73x3iuQVcgbJoNHHL9
# g0uaytOhJo3IlG3O3itgEH7Cn3zzIU9Ts+++lNURxvNuh8qmOJxV3B0TavqSIUMTSOD0rfei
# wxEpGJNkkowga6MLGRKqX3MGRn67EoJLAADt8pJ3UChssUtIuT5b7745B1HPVo1IeERIOfzb
# Jj4Q8Zro/atBYpNoYJXCikMZg5173uJfYXedSN84z3CWkJ5aORw9mnLfY+a9kSnhEXxuFZoN
# aOEOkMjs6KpgLZyAOCvJVxAUsVmNzAoapuxBOK4B2MIyVK6CzcpYW0K9Fze5Ks3usCSNQ6VP
# jNkgwpEE25c7LAFCohqq0kEFPmy/FItpLS+YOxDnLCVRAOEIgs0YNZEJSfHBaYXUlcK1RsJp
# UXXlUb3Je9Um8O4u5IpwoSFmtsPq
# Aegis-Change-Set-End
#
Index: configure.ac
--- configure.ac
+++ configure.ac
@@ -278,11 +278,10 @@
AC_DEFINE_UNQUOTED([LIBLICENSE_CONFIG_MODULE_DIR],["${LIBDIR}/liblicense/config/"],[Location of liblicense config modules.])
USE_NLS=yes
-GMSGFMT=gmsgfmt
+AC_CHECK_PROGS(GMSGFMT, gmsgfmt msgfmt, gmsgfmt)
GETTEXT_PACKAGE=$PACKAGE
DATADIRNAME=share
AC_SUBST(USE_NLS)
-AC_SUBST(GMSGFMT)
AC_SUBST(GETTEXT_PACKAGE)
AC_SUBST(DATADIRNAME)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.ibiblio.org/pipermail/cc-devel/attachments/20070825/ba0929b1/attachment.bin
More information about the cc-devel
mailing list