From: Dan F. <dfa...@us...> - 2010-01-25 21:57:52
|
Update of /cvsroot/libexif/exif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14716 Modified Files: ChangeLog configure.ac Log Message: Turned on the --enable-silent-rules configure option. Fixed the Romanian language tag name in ALL_LINGUAS Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -d -r1.33 -r1.34 --- configure.ac 25 Jan 2010 21:55:14 -0000 1.33 +++ configure.ac 25 Jan 2010 21:57:44 -0000 1.34 @@ -5,6 +5,10 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 check-news]) +# Use the silent-rules feature when possible. +m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) +AM_SILENT_RULES([no]) + if test ! -d "$srcdir/m4m"; then AC_MSG_ERROR([ You are missing the m4m/ directory in your top @@ -39,7 +43,7 @@ GP_PKG_CONFIG # i18n support # --------------------------------------------------------------------------- GP_GETTEXT_HACK([${PACKAGE}],[Lutz Mueller and others]) -ALL_LINGUAS="da de es fi fr id is it lv nl pl po sk sv vi zh_CN" +ALL_LINGUAS="da de es fi fr id is it lv nl pl ro sk sv vi zh_CN" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS() Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -u -p -d -r1.112 -r1.113 --- ChangeLog 25 Jan 2010 21:55:14 -0000 1.112 +++ ChangeLog 25 Jan 2010 21:57:44 -0000 1.113 @@ -1,6 +1,7 @@ 2010-01-25 Dan Fandrich <da...@co...> * po/ro.po: Added new Romanian translation by Sergiu Bivol + * configure.ac: Turned on the --enable-silent-rules configure option 2009-12-30 Dan Fandrich <da...@co...> |