]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libsigcx/libsigcx0/libsigcx-200505061-fix-dist-swb.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libsigcx / libsigcx0 / libsigcx-200505061-fix-dist-swb.patch
1 2005-05-06  Steven Brown  <swbrown@ucsd.edu>
2
3         * Makefile.am: Add missing dist of autogen.sh.  Now disted
4         images can be retooled.
5
6         * scripts/Makefile.am: Remove incorrect dist of libtool.m4.
7         This was blocking dists on various versions of libtool that
8         don't create such a file.
9
10
11 diff -ur libsigcx-old/Makefile.am libsigcx/Makefile.am
12 --- libsigcx-old/Makefile.am    2005-05-06 19:48:48.000000000 -0700
13 +++ libsigcx/Makefile.am        2005-05-06 19:49:09.000000000 -0700
14 @@ -1,5 +1,6 @@
15  SUBDIRS = sigcx tests @MAYBE_DOC@
16  DIST_SUBDIRS = sigcx tests examples doc scripts
17 +EXTRA_DIST = autogen.sh
18  
19  ACLOCAL_AMFLAGS = -I scripts
20  
21 diff -ur libsigcx-old/scripts/Makefile.am libsigcx/scripts/Makefile.am
22 --- libsigcx-old/scripts/Makefile.am    2005-05-06 19:48:48.000000000 -0700
23 +++ libsigcx/scripts/Makefile.am        2005-05-06 19:49:17.000000000 -0700
24 @@ -1 +1 @@
25 -EXTRA_DIST = macros.m4 pthread.m4 libtool.m4
26 +EXTRA_DIST = macros.m4 pthread.m4