From: <lu...@us...> - 2003-05-05 21:13:47
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs1:/tmp/cvs-serv32318 Modified Files: ChangeLog Makefile.am configure.in Log Message: 2003-05-05 Lutz Mueller <lu...@us...> * exif/exif-i18n.[c,h]: New. Suggested by Gernot Jander <ge...@bi...>. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- ChangeLog 13 Apr 2003 20:42:38 -0000 1.28 +++ ChangeLog 5 May 2003 21:13:43 -0000 1.29 @@ -1,3 +1,8 @@ +2003-05-05 Lutz Mueller <lu...@us...> + + * exif/exif-i18n.[c,h]: New. Suggested by Gernot Jander + <ge...@bi...>. + 2003-03-13 Lutz Mueller <lu...@us...> * libjpeg/jpeg-data.c: Aravind ara...@us... found Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/exif/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.am 3 Jan 2003 14:04:33 -0000 1.11 +++ Makefile.am 5 May 2003 21:13:43 -0000 1.12 @@ -1,6 +1,8 @@ -SUBDIRS = libjpeg exif po +SUBDIRS = libjpeg exif po intl man_MANS = exif.1 # newer versions of automake/autoconf require this, OK? -EXTRA_DIST = exif.1 exif.spec +EXTRA_DIST = config.rpath exif.1 exif.spec + +ACLOCAL_AMFLAGS = -I m4 Index: configure.in =================================================================== RCS file: /cvsroot/libexif/exif/configure.in,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- configure.in 7 Jan 2003 17:49:37 -0000 1.24 +++ configure.in 5 May 2003 21:13:43 -0000 1.25 @@ -10,6 +10,8 @@ dnl --------------------------------------------------------------------------- dnl i18n support dnl --------------------------------------------------------------------------- +AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The gettext domain we're +using]) ALL_LINGUAS="de es fr" AM_GNU_GETTEXT @@ -102,6 +104,7 @@ exif.spec libjpeg/Makefile exif/Makefile + po/Makefile.in ]) echo " |