From: Lutz M?l. <lu...@us...> - 2004-03-02 18:30:54
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22084 Modified Files: ChangeLog configure.in Log Message: 2004-03-02 Lutz Mueller <lu...@us...> * configure.in: No version on GETTEXT_PACKAGE. Requested by ge...@bi.... * libexif/exif-entry.c: Some formatting. 2004-03-02 Joerg Hoh<jo...@de...> * libexif/exif-entry.c: moved redundant code into a static structure Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- ChangeLog 1 Mar 2004 11:58:34 -0000 1.96 +++ ChangeLog 2 Mar 2004 18:11:06 -0000 1.97 @@ -1,3 +1,13 @@ +2004-03-02 Lutz Mueller <lu...@us...> + + * configure.in: No version on GETTEXT_PACKAGE. Requested by + ge...@bi.... + * libexif/exif-entry.c: Some formatting. + +2004-03-02 Joerg Hoh<jo...@de...> + + * libexif/exif-entry.c: moved redundant code into a static structure + 2004-03-01 Jan Patera <pa...@us...> * libexif/pentax/exif-mnote-data-pentax.c: Fixed flipped inequation Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- configure.in 10 Jan 2004 19:24:33 -0000 1.60 +++ configure.in 2 Mar 2004 18:11:06 -0000 1.61 @@ -31,7 +31,7 @@ ALL_LINGUAS="de es fr" # EVIL HACKS AC_MSG_CHECKING([for po/Makevars requiring evil hack]) -GETTEXT_PACKAGE="${PACKAGE}-${LIBEXIF_CURRENT}" +GETTEXT_PACKAGE="${PACKAGE}" AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The gettext domain we're using]) AC_SUBST(GETTEXT_PACKAGE) if test -f po/Makevars.template |