]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libeasysoap++/libeasysoap++0/libeasysoap++0-0.6.1-autoreconf-fixes-swb.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libeasysoap++ / libeasysoap++0 / libeasysoap++0-0.6.1-autoreconf-fixes-swb.patch
1 2005-05-07  Steven Brown  <swbrown@ucsd.edu>
2
3         * Makefile.am: Remove $(top_srcdir) from ACLOCAL_AMFLAGS, as it can't
4         be substituted when calling autoreconf and friends.
5
6         * configure.in: Remove unnecessary sinclude lines (this is aclocal's
7         job), and outdated AC_CYGWIN test.
8
9         * src/Makefile.am: Remove duplicate library generation (libtool
10         static+dynamic vs. non-libtool static).
11
12
13 diff -ruN EasySoap++-0.6.1-old/Makefile.am EasySoap++-0.6.1/Makefile.am
14 --- EasySoap++-0.6.1-old/Makefile.am    Sat May  7 19:55:34 2005
15 +++ EasySoap++-0.6.1/Makefile.am        Sat May  7 19:55:42 2005
16 @@ -1,5 +1,5 @@
17  SUBDIRS = include src proj tests validator simpleserver google
18 -ACLOCAL_AMFLAGS = -I $(top_srcdir)/conftools
19 +ACLOCAL_AMFLAGS = -I conftools
20  EXTRA_DIST = \
21         README \
22         README.borland \
23 diff -ruN EasySoap++-0.6.1-old/configure.in EasySoap++-0.6.1/configure.in
24 --- EasySoap++-0.6.1-old/configure.in   Sat May  7 19:55:34 2005
25 +++ EasySoap++-0.6.1/configure.in       Sat May  7 19:55:57 2005
26 @@ -21,15 +21,7 @@
27  AM_INIT_AUTOMAKE(EasySoap++, 0.6.1)
28  AM_CONFIG_HEADER(include/easysoap/es_config.h)
29  
30 -dnl
31 -dnl Include other macros we need...
32 -sinclude(conftools/ac_cxx_namespaces.m4)
33 -sinclude(conftools/ac_cxx_template_keyword_qualifier.m4)
34 -sinclude(conftools/ac_cxx_partial_specialization.m4)
35 -sinclude(conftools/peti_with_dmalloc.m4)
36 -
37  AC_CANONICAL_HOST
38 -AC_CYGWIN
39  
40  dnl Checks for programs.
41  AC_PROG_CXX
42 diff -ruN EasySoap++-0.6.1-old/src/Makefile.am EasySoap++-0.6.1/src/Makefile.am
43 --- EasySoap++-0.6.1-old/src/Makefile.am        Sat May  7 19:55:34 2005
44 +++ EasySoap++-0.6.1/src/Makefile.am    Sat May  7 19:56:11 2005
45 @@ -1,5 +1,4 @@
46  lib_LTLIBRARIES = libeasysoap.la
47 -lib_LIBRARIES = libeasysoap.a
48  THESOURCES = \
49         SOAPBase64.cpp \
50         SOAPBody.cpp \
51 @@ -33,7 +32,6 @@
52         XMLParser.cpp 
53  
54  libeasysoap_la_SOURCES = $(THESOURCES)
55 -libeasysoap_a_SOURCES = $(THESOURCES)
56  noinst_HEADERS = \
57         SOAPBodyHandler.h \
58         SOAPClientSocketImp.h \