gnome-scan r806 - in trunk: . tools



Author: bersace
Date: Sat Jan 31 16:46:43 2009
New Revision: 806
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=806&view=rev

Log:
Drop tools

Removed:
   trunk/tools/
Modified:
   trunk/Makefile.am
   trunk/configure.ac

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Jan 31 16:46:43 2009
@@ -8,7 +8,6 @@
 	src		\
 	po		\
 	doc		\
-	tools		\
 	data		\
 	$(NULL)
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Jan 31 16:46:43 2009
@@ -106,25 +106,6 @@
 AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
 
 dnl ***************************************************************************
-dnl TOOLS
-dnl ***************************************************************************
-
-AC_ARG_ENABLE(tools,
-              [	--enable-tools  Enable developers tools [default=no]],
-	      enable_tools="$enableval", enable_tools=no)
-if test x$enable_tools = xauto ; then
-  if test x$GTKDOC = xtrue ; then
-    enable_tools=yes
-    PKG_CHECK_MODULES(TOOLS, [libglade-2.0 >= 2.6])
-    AC_SUBST(TOOLS_CFLAGS)
-    AC_SUBST(TOOLS_LIBS)
-  else
-    enable_tools=no
-  fi
-fi
-AM_CONDITIONAL(ENABLE_TOOLS, test x$enable_tools = xyes)
-
-dnl ***************************************************************************
 dnl FLEGITA
 dnl ***************************************************************************
 
@@ -164,7 +145,6 @@
 	modules/Makefile
 	modules/gsfile/Makefile
 	modules/gsane/Makefile
-	tools/Makefile
 	src/Makefile
 	data/Makefile
 	po/Makefile.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]