From 098c12996d6acab044b0f9bbacf98935a6e61cd8 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 31 Jul 2009 17:47:30 +0200 Subject: Replace .glade files with .ui files Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dfd12a83d..8dc78b478 100644 --- a/configure.ac +++ b/configure.ac @@ -444,15 +444,6 @@ AC_SUBST([SVN_ROOT],[http://svn.gnome.org/svn]) AC_SUBST([SVN_MODULE],[epiphany]) AC_SUBST([SVN_BRANCH],[epiphany_branch]) -# ************************** -# gtk-builder-convert binary -# ************************** - -AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert],[false]) -if test "$GTK_BUILDER_CONVERT" = "false"; then - AC_MSG_ERROR([gtk-builder-convert not found]) -fi - # ************ # Output files # ************ -- cgit v1.2.3