|
a |
|
b/debian/patches/libtool-force-copy |
|
|
1 |
Need to force copy of libtool m4 stuff else get version mismatch errors
|
|
|
2 |
Longer explanation would need an autotools guru. Actually it might be enough
|
|
|
3 |
to not have aclocal.m4 and ltmain.sh in the tar file, but I actually don't
|
|
|
4 |
know how they get in there.
|
|
|
5 |
.
|
|
|
6 |
libupnpp4 (0.16.1-1~ppa1~unstable) unstable; urgency=low
|
|
|
7 |
.
|
|
|
8 |
* EXPERIMENTS
|
|
|
9 |
Author: Jean-Francois Dockes <jf@dockes.org>
|
|
|
10 |
|
|
|
11 |
--- libupnpp4-0.16.1.orig/autogen.sh
|
|
|
12 |
libupnpp4-0.16.1/autogen.sh
|
|
|
13 |
@@ -1,6 +1,6 @@
|
|
|
14 |
#!/bin/sh
|
|
|
15 |
|
|
|
16 |
aclocal
|
|
|
17 |
-libtoolize --copy
|
|
|
18 |
libtoolize --copy --force
|
|
|
19 |
automake --add-missing --copy
|
|
|
20 |
autoconf
|