]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2007-07-24 Richard Hughes <richard@hughsie.com>
authorRichard Hughes <richard@hughsie.com>
Tue, 24 Jul 2007 12:55:32 +0000 (12:55 +0000)
committerRichard Hughes <richard@hughsie.com>
Tue, 24 Jul 2007 12:55:32 +0000 (12:55 +0000)
* configure.in:
Use ustar to generate the tarball; this fixes the make distcheck
problem when the data files do not fit in the archive:
tar: dbus-1.1.2/test/data/valid-service-files/org.freedesktop.DBus.
TestSuiteShellEchoServiceFail.service.in: file name is too
long (max 99); not dumped

We have to have the 'long' names as the service helper matches by
filename rather than by the name in the service file.

ChangeLog
configure.in

index c805844a3dfd445a1ca628ef5877d280ccc0fa90..5c01294228767f9349a93c0097ea56426ed27ddb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-07-24  Richard Hughes  <richard@hughsie.com>
+
+       * configure.in:
+       Use ustar to generate the tarball; this fixes the make distcheck
+       problem when the data files do not fit in the archive:
+       tar: dbus-1.1.2/test/data/valid-service-files/org.freedesktop.DBus.
+       TestSuiteShellEchoServiceFail.service.in: file name is too
+       long (max 99); not dumped
+
+       We have to have the 'long' names as the service helper matches by
+       filename rather than by the name in the service file.
+
 2007-07-24  Richard Hughes  <richard@hughsie.com>
 
        * configure.in:
index 7e353016844b96d9c9922990e55e879757683bee..d999f43b5dab1ebc91d6bc92231f8fd0e8f186b6 100644 (file)
@@ -1,12 +1,11 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.52)
 
-AC_INIT(dbus/dbus.h)
+AC_INIT(dbus, 1.1.2)
 
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(dbus, 1.1.2)
-
+AM_INIT_AUTOMAKE([1.9 tar-ustar])
 AM_CONFIG_HEADER(config.h)
 
 # Honor aclocal flags