summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-11-09 12:26:17 +0100
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-12-07 22:25:15 -0800
commit345633dc9c79b32a1b391dfb4dfedf87ae9e291b (patch)
treee6eb70acec260528ecacb5f94bd8ed7c904d1db2
parented31677bb9b1dd9498715a922763968917b87e49 (diff)
downloadxorg-lib-libXt-345633dc9c79b32a1b391dfb4dfedf87ae9e291b.tar.gz
Don't install makestrs on the system
It has no known outside-libXt users. Let's not install it and its man page. Signed-off-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rwxr-xr-xconfigure.ac6
-rw-r--r--util/Makefile.am8
2 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 10b0c3a..077cd4c 100755
--- a/configure.ac
+++ b/configure.ac
@@ -81,12 +81,6 @@ if test "x$XKB" = "xyes" ; then
AC_DEFINE(XKB, 1, [Define to 1 to use XKB for keysym resolution.])
fi
-AC_ARG_ENABLE(install-makestrs,
- AC_HELP_STRING([--disable-install-makestrs], [Disable installing makestrs]),
- INSTALL_MAKESTRS="$enableval",
- INSTALL_MAKESTRS="yes")
-AM_CONDITIONAL([INSTALL_MAKESTRS], [test "x$INSTALL_MAKESTRS" = xyes])
-
# Replaces XFileSearchPathDefault from Imake configs
XFILESEARCHPATHDEFAULT='$(sysconfdir)/X11/%L/%T/%N%C%S:$(sysconfdir)/X11/%l/%T/%N%C%S:$(sysconfdir)/X11/%T/%N%C%S:$(sysconfdir)/X11/%L/%T/%N%S:$(sysconfdir)/X11/%l/%T/%N%S:$(sysconfdir)/X11/%T/%N%S:$(datadir)/X11/%L/%T/%N%C%S:$(datadir)/X11/%l/%T/%N%C%S:$(datadir)/X11/%T/%N%C%S:$(datadir)/X11/%L/%T/%N%S:$(datadir)/X11/%l/%T/%N%S:$(datadir)/X11/%T/%N%S:$(libdir)/X11/%L/%T/%N%C%S:$(libdir)/X11/%l/%T/%N%C%S:$(libdir)/X11/%T/%N%C%S:$(libdir)/X11/%L/%T/%N%S:$(libdir)/X11/%l/%T/%N%S:$(libdir)/X11/%T/%N%S'
diff --git a/util/Makefile.am b/util/Makefile.am
index d51365e..a11d4dc 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -1,8 +1,4 @@
-if INSTALL_MAKESTRS
-bin_PROGRAMS = makestrs
-else
noinst_PROGRAMS = makestrs
-endif
CC = @CC_FOR_BUILD@
CFLAGS = @CFLAGS_FOR_BUILD@
@@ -23,11 +19,7 @@ appmandir = $(APP_MAN_DIR)
appman_PRE = makestrs.man
-if INSTALL_MAKESTRS
-appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-else
noinst_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-endif
EXTRA_DIST += $(appman_PRE)
CLEANFILES = $(appman_DATA)