From: Lutz Mueller Date: Fri, 14 Dec 2007 20:06:32 +0000 (+0100) Subject: 2007-12-14 Lutz Mueller X-Git-Tag: libexif-0_6_21-release~274 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69dcd97ca423657f6ab42f34a05802ab80ae32d7;p=platform%2Fupstream%2Flibexif.git 2007-12-14 Lutz Mueller * README: Point users to some tools needed to build libexif. * configure.ac: It looks like po/Makefile.in is already registered with AC_CONFIG_FILES (whatever this means). --- diff --git a/ChangeLog b/ChangeLog index e6b0f50..9a5a225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-12-14 Lutz Mueller + * README: Point users to some tools needed to build libexif. + * configure.ac: It looks like po/Makefile.in is already registered + with AC_CONFIG_FILES (whatever this means). + +2007-12-14 Lutz Mueller + Bug pointed out by Meder Kydyraliev, Google Security Team: * libexif/exif-loader.c: (exif_loader_write) Ignore buffers of diff --git a/README b/README index 12b40fd..812b971 100644 --- a/README +++ b/README @@ -77,6 +77,22 @@ I know of the following libraries that use or have been inspired by libexif: - pel: PHP-Code (http://pel.sourceforge.net) +BUILDING +-------- + +It really depends on your environment what to do in order to get libexif +to build. In my case, I do something like: +- gettextize +- mv po/Makevars.template po/Makevars +- aclocal -I auto-m4 -I m4m +- autoheader +- libtoolize --force +- automake --add-missing +- autoconf +- configure +- make + + AUTHORS ------- diff --git a/configure.ac b/configure.ac index 36a1bcd..1346eb9 100644 --- a/configure.ac +++ b/configure.ac @@ -156,7 +156,7 @@ ALL_LINGUAS="cs de en_CA es fr pl ru sk vi" AM_PO_SUBDIRS GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}], [Lutz Mueller and others]) -AM_GNU_GETTEXT_VERSION([0.14.1]) +AM_GNU_GETTEXT_VERSION([0.17]) AM_GNU_GETTEXT([external]) AM_ICONV() GP_GETTEXT_FLAGS() @@ -184,8 +184,7 @@ AC_SUBST(AM_LDFLAGS) dnl --------------------------------------------------------------------------- dnl Output files dnl --------------------------------------------------------------------------- -AC_CONFIG_FILES([ - po/Makefile.in +AC_CONFIG_FILES([ po/Makefile.in Makefile libexif.spec libexif/Makefile