[gedit-plugins] Remove some cruft from configure.ac



commit 42979aae56fa2ec78c825c772b0e957c63df7227
Author: Paolo Borelli <porelli gnome org>
Date:   Sat Apr 18 21:11:38 2009 +0200

    Remove some cruft from configure.ac
    
    Remove unneeded lines
---
 ChangeLog           |    2 --
 configure.ac        |    3 ---
 plugins/Makefile.am |    2 +-
 3 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 35b2282..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,2 +0,0 @@
-The ChangeLog is autogenerated when creating the release.
-If you are seeing this, use git log for viewing the list of changes.
diff --git a/configure.ac b/configure.ac
index a8ad90f..8bde494 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,9 +66,6 @@ PKG_CHECK_MODULES(GEDIT, [
 	gtksourceview-2.0 >= 2.5.1
 	gedit-2.20 >= 2.25.4
 ])
-GEDIT_LIBS="${GEDIT_LIBS}"
-AC_SUBST(GEDIT_LIBS)
-AC_SUBST(GEDIT_CFLAGS)
 
 # ================================================================
 # GConf related settings
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index abffe80..5c8dbaf 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = $(BUILD_PLUGINS)
 DIST_SUBDIRS = $(DIST_PLUGINS)
 
 plugindir = $(libdir)/gedit-2/plugins
-plugin_PYTHON =	\ 
+plugin_PYTHON =	\
 	gpdefs.py
 
 DISTCLEANFILES = \



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