Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18320
Modified Files:
ChangeLog configure.ac README
Log Message:
2007-12-14 Lutz Mueller <lu...@us...>
* 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).
Index: README
===================================================================
RCS file: /cvsroot/libexif/libexif/README,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -d -r1.13 -r1.14
--- README 23 May 2007 12:25:08 -0000 1.13
+++ README 14 Dec 2007 20:06:32 -0000 1.14
@@ -77,6 +77,22 @@ I know of the following libraries that u
- 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
-------
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/libexif/configure.ac,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -d -r1.39 -r1.40
--- configure.ac 8 Nov 2007 21:43:26 -0000 1.39
+++ configure.ac 14 Dec 2007 20:06:32 -0000 1.40
@@ -156,7 +156,7 @@ ALL_LINGUAS="cs de en_CA es fr pl ru sk
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
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -p -d -r1.256 -r1.257
--- ChangeLog 14 Dec 2007 19:53:52 -0000 1.256
+++ ChangeLog 14 Dec 2007 20:06:32 -0000 1.257
@@ -1,5 +1,11 @@
2007-12-14 Lutz Mueller <lu...@us...>
+ * 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 <lu...@us...>
+
Bug pointed out by Meder Kydyraliev, Google Security Team:
* libexif/exif-loader.c: (exif_loader_write) Ignore buffers of
|