mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 06:08:01 +02:00
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.
This commit is contained in:
parent
5cfa0506c2
commit
a27883418a
2 changed files with 14 additions and 3 deletions
12
ChangeLog
12
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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue