summaryrefslogtreecommitdiffstats
path: root/patches/libdbus-c++-r9139/libdbus-c++-r9139_autogen_files.diff
blob: 8e952c68aeed072a95d962ee1e9313c400e1afae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
diff -ur libdbus-c++-r9139-orig/aclocal.m4 libdbus-c++-r9139-autogen/aclocal.m4
--- libdbus-c++-r9139-orig/aclocal.m4	2007-01-06 16:32:13.000000000 +0100
+++ libdbus-c++-r9139-autogen/aclocal.m4	2007-01-06 17:02:17.000000000 +0100
@@ -6867,18 +6867,6 @@
      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 ])
 
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# serial 8
-
-# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
-
 # Do all the work for Automake.                             -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Only in libdbus-c++-r9139-autogen: autom4te.cache
diff -ur libdbus-c++-r9139-orig/examples/echo/Makefile.in libdbus-c++-r9139-autogen/examples/echo/Makefile.in
--- libdbus-c++-r9139-orig/examples/echo/Makefile.in	2007-01-06 16:32:15.000000000 +0100
+++ libdbus-c++-r9139-autogen/examples/echo/Makefile.in	2007-01-06 17:02:20.000000000 +0100
@@ -48,7 +48,9 @@
 CONFIG_CLEAN_FILES =
 PROGRAMS = $(noinst_PROGRAMS)
 am_echo_server_OBJECTS = echo-server.$(OBJEXT)
-echo_server_OBJECTS = $(am_echo_server_OBJECTS)
+nodist_echo_server_OBJECTS =
+echo_server_OBJECTS = $(am_echo_server_OBJECTS) \
+	$(nodist_echo_server_OBJECTS)
 echo_server_DEPENDENCIES = $(top_builddir)/src/libdbus-c++-1.la
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include/dbus-c++
 depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -69,7 +71,7 @@
 CCLD = $(CC)
 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(echo_server_SOURCES)
+SOURCES = $(echo_server_SOURCES) $(nodist_echo_server_SOURCES)
 DIST_SOURCES = $(echo_server_SOURCES)
 ETAGS = etags
 CTAGS = ctags
@@ -189,7 +191,8 @@
 xml_LIBS = @xml_LIBS@
 EXTRA_DIST = README echo-introspect.xml
 AM_CPPFLAGS = -I$(top_srcdir)/include
-echo_server_SOURCES = echo-glue.h echo-server.h echo-server.cpp
+echo_server_SOURCES = echo-server.h echo-server.cpp
+nodist_echo_server_SOURCES = echo-glue.h
 echo_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la
 BUILT_SOURCES = echo-glue.h
 CLEANFILES = $(BUILT_SOURCES)
@@ -355,9 +358,6 @@
 	    || exit 1; \
 	  fi; \
 	done
-	$(MAKE) $(AM_MAKEFLAGS) \
-	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
-	  dist-hook
 check-am: all-am
 check: $(BUILT_SOURCES)
 	$(MAKE) $(AM_MAKEFLAGS) check-am
@@ -443,7 +443,7 @@
 uninstall-am: uninstall-info-am
 
 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS ctags dist-hook distclean \
+	clean-libtool clean-noinstPROGRAMS ctags distclean \
 	distclean-compile distclean-generic distclean-libtool \
 	distclean-tags distdir dvi dvi-am html html-am info info-am \
 	install install-am install-data install-data-am install-exec \
@@ -457,9 +457,6 @@
 
 echo-glue.h: echo-introspect.xml
 	$(top_builddir)/tools/dbusxx-xml2cpp $^ --adaptor=$@
-
-dist-hook:
-	cd $(distdir); rm -f $(BUILT_SOURCES)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff -ur libdbus-c++-r9139-orig/examples/properties/Makefile.in libdbus-c++-r9139-autogen/examples/properties/Makefile.in
--- libdbus-c++-r9139-orig/examples/properties/Makefile.in	2007-01-06 16:32:15.000000000 +0100
+++ libdbus-c++-r9139-autogen/examples/properties/Makefile.in	2007-01-06 17:02:20.000000000 +0100
@@ -48,7 +48,9 @@
 CONFIG_CLEAN_FILES =
 PROGRAMS = $(noinst_PROGRAMS)
 am_props_server_OBJECTS = props-server.$(OBJEXT)
-props_server_OBJECTS = $(am_props_server_OBJECTS)
+nodist_props_server_OBJECTS =
+props_server_OBJECTS = $(am_props_server_OBJECTS) \
+	$(nodist_props_server_OBJECTS)
 props_server_DEPENDENCIES = $(top_builddir)/src/libdbus-c++-1.la
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include/dbus-c++
 depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -69,7 +71,7 @@
 CCLD = $(CC)
 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(props_server_SOURCES)
+SOURCES = $(props_server_SOURCES) $(nodist_props_server_SOURCES)
 DIST_SOURCES = $(props_server_SOURCES)
 ETAGS = etags
 CTAGS = ctags
@@ -189,7 +191,8 @@
 xml_LIBS = @xml_LIBS@
 EXTRA_DIST = README props-introspect.xml
 AM_CPPFLAGS = -I$(top_srcdir)/include
-props_server_SOURCES = props-glue.h props-server.h props-server.cpp
+props_server_SOURCES = props-server.h props-server.cpp
+nodist_props_server_SOURCES = props-glue.h
 props_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la
 BUILT_SOURCES = props-glue.h
 CLEANFILES = $(BUILT_SOURCES)
@@ -355,9 +358,6 @@
 	    || exit 1; \
 	  fi; \
 	done
-	$(MAKE) $(AM_MAKEFLAGS) \
-	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
-	  dist-hook
 check-am: all-am
 check: $(BUILT_SOURCES)
 	$(MAKE) $(AM_MAKEFLAGS) check-am
@@ -443,7 +443,7 @@
 uninstall-am: uninstall-info-am
 
 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS ctags dist-hook distclean \
+	clean-libtool clean-noinstPROGRAMS ctags distclean \
 	distclean-compile distclean-generic distclean-libtool \
 	distclean-tags distdir dvi dvi-am html html-am info info-am \
 	install install-am install-data install-data-am install-exec \
@@ -457,9 +457,6 @@
 
 props-glue.h: props-introspect.xml
 	$(top_builddir)/tools/dbusxx-xml2cpp $^ --adaptor=$@
-
-dist-hook:
-	cd $(distdir); rm -f $(BUILT_SOURCES)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: