From: Lutz M?l. <lu...@us...> - 2004-05-02 20:59:32
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7413 Modified Files: ChangeLog configure.in Log Message: 2004-05-02 Lutz Mueller <lu...@us...> * configure.in: GETTEXT_PACKAGE=${PACKAGE}-${LIBEXIF_CURRENT} on request of Ilya Konstantinov <fu...@sh...> (Debian needs it). Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- ChangeLog 2 May 2004 20:39:20 -0000 1.106 +++ ChangeLog 2 May 2004 20:59:23 -0000 1.107 @@ -1,5 +1,11 @@ 2004-05-02 Lutz Mueller <lu...@us...> + * configure.in: GETTEXT_PACKAGE=${PACKAGE}-${LIBEXIF_CURRENT} + on request of Ilya Konstantinov <fu...@sh...> + (Debian needs it). + +2004-05-02 Lutz Mueller <lu...@us...> + * libjpeg/jpeg-marker.h: No implicit enum declaration. Seen by Antonio Scuri <sc...@te...>. Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- configure.in 6 Apr 2004 19:31:53 -0000 1.63 +++ configure.in 2 May 2004 20:59:23 -0000 1.64 @@ -36,7 +36,7 @@ ALL_LINGUAS="de es fr" # EVIL HACKS AC_MSG_CHECKING([for po/Makevars requiring evil hack]) -GETTEXT_PACKAGE="${PACKAGE}" +GETTEXT_PACKAGE=${PACKAGE}-${LIBEXIF_CURRENT} AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The gettext domain we're using]) AC_SUBST(GETTEXT_PACKAGE) if test -f po/Makevars.template |