Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156702 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in~ (-8 lines)
Lines 27-39 Link Here
27
AC_SUBST(GTK2_CFLAGS)
27
AC_SUBST(GTK2_CFLAGS)
28
AC_SUBST(GTK2_LIBS)
28
AC_SUBST(GTK2_LIBS)
29
29
30
AM_PATH_GTK(1.2.9, ,
31
        AC_MSG_ERROR([*** GTK+-1.2.9 not installed - please install first ***]))
32
AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :,
33
             AC_MSG_ERROR([*** gtk_style_set_prop_experimental() not found; perhaps you have an old CVS version of GTK+ ***]),
34
             $GTK_LIBS)
35
AM_PATH_GDK_PIXBUF
36
37
# Checks for header files.
30
# Checks for header files.
38
AC_HEADER_STDC
31
AC_HEADER_STDC
39
32
Lines 50-56 Link Here
50
AC_OUTPUT([
43
AC_OUTPUT([
51
Makefile
44
Makefile
52
gtk-2.0/Makefile
45
gtk-2.0/Makefile
53
gtk-1.2/Makefile
54
theme/Makefile
46
theme/Makefile
55
theme/Galaxy2/Makefile
47
theme/Galaxy2/Makefile
56
theme/GalaxySquared/Makefile
48
theme/GalaxySquared/Makefile
(-)Makefile.am~ (-1 / +1 lines)
Lines 1-6 Link Here
1
@SET_MAKE@
1
@SET_MAKE@
2
2
3
SUBDIRS = gtk-2.0 gtk-1.2 theme metacity thememdk
3
SUBDIRS = gtk-2.0 theme metacity thememdk
4
4
5
distclean-local:
5
distclean-local:
6
	rm -rf *.cache *~
6
	rm -rf *.cache *~

Return to bug 156702