Update of /cvsroot/libexif/exif
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15938
Modified Files:
ChangeLog Makefile.am configure.in
Log Message:
2004-05-27 Lutz Mueller <lu...@us...>
* *: Now make distcheck works.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/exif/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- ChangeLog 24 May 2004 12:05:41 -0000 1.38
+++ ChangeLog 27 May 2004 17:45:51 -0000 1.39
@@ -1,3 +1,7 @@
+2004-05-27 Lutz Mueller <lu...@us...>
+
+ * *: Now make distcheck works.
+
2004-05-24 Jan Patera <pa...@us...>
* libjpeg/jpeg-data.[c,h]: jpeg_data_append_section changed
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/exif/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.am 10 Jan 2004 21:08:59 -0000 1.15
+++ Makefile.am 27 May 2004 17:45:51 -0000 1.16
@@ -1,6 +1,8 @@
-SUBDIRS = libjpeg exif po
+SUBDIRS = m4 libjpeg exif po
man_MANS = exif.1
# newer versions of automake/autoconf require this, OK?
-EXTRA_DIST = exif.1 exif.spec
+EXTRA_DIST = mkinstalldirs config.rpath mkinstalldirs exif.1 exif.spec
+
+ACLOCAL_AMFLAGS = -I m4
Index: configure.in
===================================================================
RCS file: /cvsroot/libexif/exif/configure.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- configure.in 6 Apr 2004 13:13:50 -0000 1.31
+++ configure.in 27 May 2004 17:45:51 -0000 1.32
@@ -13,7 +13,7 @@
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The gettext domain we're
using])
ALL_LINGUAS="de es fr"
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
dnl ---------------------------------------------------------------------------
dnl libraries needed
@@ -85,6 +85,8 @@
exif.spec
libjpeg/Makefile
exif/Makefile
+ m4/Makefile
+ po/Makefile.in
])
echo "
|