diff -NurdB gtk-industrial-engine-0.2.36/Makefile.am gtk-industrial-engine-0.2.36-patched/Makefile.am --- gtk-industrial-engine-0.2.36/Makefile.am 2004-03-25 12:47:09.000000000 -0500 +++ gtk-industrial-engine-0.2.36-patched/Makefile.am 2005-08-03 06:23:26.000000000 -0500 @@ -1,14 +1,3 @@ -SUBDIRS = icons gtk1-engine gtk2-engine metacity po - -THEME_IN_FILES=index.theme.in - -%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +SUBDIRS = gtk1-engine themedir=$(datadir)/themes/Industrial -theme_DATA=index.theme - -EXTRA_DIST= \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ - $(THEME_IN_FILES) diff -NurdB gtk-industrial-engine-0.2.36/configure.ac gtk-industrial-engine-0.2.36-patched/configure.ac --- gtk-industrial-engine-0.2.36/configure.ac 2004-03-25 12:47:09.000000000 -0500 +++ gtk-industrial-engine-0.2.36-patched/configure.ac 2005-08-03 06:05:23.000000000 -0500 @@ -12,21 +12,6 @@ AC_PROG_INSTALL AM_PROG_LIBTOOL -GETTEXT_PACKAGE=gtk-industrial-engine -AC_SUBST(GETTEXT_PACKAGE) -ALL_LINGUAS="de fr" -AM_GLIB_GNU_GETTEXT -AC_PROG_INTLTOOL([0.23]) - -PKG_CHECK_MODULES(GTK2, - gtk+-2.0 >= 2.0.0,, - AC_MSG_ERROR([GTK+-2.0 is required to compile gtk-engines])) - -GTK2_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` -AC_SUBST(GTK2_CFLAGS) -AC_SUBST(GTK2_LIBS) -AC_SUBST(GTK2_VERSION) - AM_PATH_GTK(1.2.9, , AC_MSG_ERROR([*** GTK+-1.2.9 not installed - please install first ***]))AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :, AC_MSG_ERROR([*** gtk_style_set_prop_experimental() not found; perhaps you have an old CVS version of GTK+ ***]), @@ -34,35 +19,8 @@ AC_CONFIG_FILES([ Makefile -icons/24x24/apps/Makefile -icons/24x24/Makefile -icons/32x32/apps/Makefile -icons/32x32/Makefile -icons/48x48/apps/Makefile -icons/48x48/devices/Makefile -icons/48x48/mimetypes/Makefile -icons/48x48/emblems/Makefile -icons/48x48/filesystems/Makefile -icons/48x48/Makefile -icons/72x72/filesystems/Makefile -icons/72x72/Makefile -icons/96x96/filesystems/Makefile -icons/96x96/Makefile -icons/cursors/Makefile -icons/scalable/devices/Makefile -icons/scalable/filesystems/Makefile -icons/scalable/Makefile -icons/Makefile -icons/192x192/apps/Makefile -icons/192x192/filesystems/Makefile -icons/192x192/Makefile gtk1-engine/Makefile gtk1-engine/gtk/Makefile -gtk2-engine/Makefile -gtk2-engine/gtk-2.0/Makefile -gtk2-engine/gtk-2.0/gtkrc -metacity/Makefile -po/Makefile.in ]) AC_OUTPUT