[gimp/metadata-browser] configure: remove the rules for the "gimpinstall" script
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] configure: remove the rules for the "gimpinstall" script
- Date: Wed, 12 Sep 2012 22:55:09 +0000 (UTC)
commit d4cf69f422c2d39691cc99260c83af8292951449
Author: Michael Natterer <mitch gimp org>
Date: Fri Mar 2 20:09:44 2012 +0100
configure: remove the rules for the "gimpinstall" script
it was needed for the script version of gimptool which is gone.
Makefile.am | 7 -------
configure.ac | 6 ------
2 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 53b4ca7..423f1c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,6 @@ SUBDIRS = \
docs \
build
-bin_SCRIPTS = @GIMPINSTALL@
-
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
gimp- GIMP_PKGCONFIG_VERSION@.pc \
@@ -47,8 +45,6 @@ if HAVE_XSLTPROC
endif
-EXTRA_SCRIPTS = gimpinstall- GIMP_TOOL_VERSION@
-
EXTRA_DIST = \
AUTHORS \
COPYING \
@@ -79,9 +75,6 @@ EXTRA_DIST = \
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
-gimpinstall- GIMP_TOOL_VERSION@:
- $(LN_S) $(srcdir)/install-sh $(srcdir)/gimpinstall- GIMP_TOOL_VERSION@
-
check-defs:
@$(PYTHON) $(top_srcdir)/tools/defcheck.py $(top_srcdir) || \
( echo "*** .def files inconsistent ***"; exit 1; )
diff --git a/configure.ac b/configure.ac
index b519b81..dd3c2ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1969,12 +1969,6 @@ AC_SUBST(gimplocaledir)
# Some defines for the build
############################
-GIMPINSTALL=
-if test "$INSTALL" = "$ac_install_sh"; then
- GIMPINSTALL="gimpinstall-gimp_tool_version"
-fi
-AC_SUBST(GIMPINSTALL)
-
AM_CONDITIONAL(STATICLIBS, test "x$enable_static" = xyes)
# a tuned version of glib-mkenums
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]