2007-12-14 Lutz Mueller <lutz@users.sourceforge.net>
authorLutz Mueller <lutz.s.mueller@gmail.com>
Fri, 14 Dec 2007 20:06:32 +0000 (21:06 +0100)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Fri, 14 Dec 2007 20:06:32 +0000 (21:06 +0100)
* 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).

ChangeLog
README
configure.ac

index e6b0f50..9a5a225 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-12-14  Lutz Mueller <lutz@users.sourceforge.net>
 
+       * 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 <lutz@users.sourceforge.net>
+
        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 (file)
--- 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
 -------
 
index 36a1bcd..1346eb9 100644 (file)
@@ -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