projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da6b156
)
build-sys: use pax tar format to allow longer file names
author
Lennart Poettering
<lennart@poettering.net>
Mon, 22 Jun 2009 23:36:29 +0000
(
01:36
+0200)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 22 Jun 2009 23:36:29 +0000
(
01:36
+0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2a32c83
..
107a557
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-27,7
+27,7
@@
AC_INIT([pulseaudio], m4_esyscmd([./git-version-gen .tarball-version]),
AC_CONFIG_SRCDIR([src/daemon/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules])
+AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules
tar-pax
])
m4_define(pa_major, `echo $VERSION | cut -d. -f 1`)
m4_define(pa_minor, `echo $VERSION | cut -d. -f 2`)