Skip to content

Commit 01fb971

Browse files
author
Matt Sealey
committed
re-libtoolize and autoreconf
Signed-off-by: Matt Sealey <matt@genesi-usa.com>
1 parent dc92a1c commit 01fb971

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+10706
-10591
lines changed

Makefile.in

+12-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
5050
subdir = .
5151
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5252
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
53-
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
53+
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
54+
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
55+
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
56+
$(top_srcdir)/configure.in
5457
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
5558
$(ACLOCAL_M4)
5659
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -106,7 +109,8 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106109
distdir dist dist-all distcheck
107110
ETAGS = etags
108111
CTAGS = ctags
109-
DIST_SUBDIRS = $(SUBDIRS)
112+
DIST_SUBDIRS = po po-properties gdk gtk modules demos tests perf docs \
113+
m4macros build
110114
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111115
distdir = $(PACKAGE)-$(VERSION)
112116
top_distdir = $(distdir)
@@ -204,6 +208,7 @@ GDK_EXTRA_LIBS = @GDK_EXTRA_LIBS@
204208
GDK_PACKAGES = @GDK_PACKAGES@
205209
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
206210
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
211+
GDK_PRIVATE_PACKAGES = @GDK_PRIVATE_PACKAGES@
207212
GDK_WLIBS = @GDK_WLIBS@
208213
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
209214
GLIB_CFLAGS = @GLIB_CFLAGS@
@@ -354,6 +359,7 @@ libdir = @libdir@
354359
libexecdir = @libexecdir@
355360
localedir = @localedir@
356361
localstatedir = @localstatedir@
362+
lt_ECHO = @lt_ECHO@
357363
mandir = @mandir@
358364
mkdir_p = @mkdir_p@
359365
ms_librarian = @ms_librarian@
@@ -455,7 +461,10 @@ XVFB_START = \
455461
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
456462
&& DISPLAY=:$$XID && export DISPLAY
457463

458-
SRC_SUBDIRS = gdk gtk modules demos tests perf
464+
465+
# don't build perf measurement tools in static builds
466+
@ENABLE_STATIC_FALSE@MAYBE_PERF = perf
467+
SRC_SUBDIRS = gdk gtk modules demos tests $(MAYBE_PERF)
459468
SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
460469

461470
# require automake 1.4

0 commit comments

Comments
 (0)