summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-10-05 07:09:22 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-07 19:02:33 (GMT)
commitd401afbddaae56093cce388e62f7ba4d9d68a327 (patch)
tree5b1c7fdc13dd2ade2dbe8576045427e072d1f4d1 /Makefile.in
parent1ce2eab963a004ba352a5cea800e2765a7c6affd (diff)
Get rid of sub{lib,doc}dir
They don't make sense - using same ct-ng won't work with different versions, so they cannot coexist in the same prefix. Also localize other configure variables so that their usage is easier to track. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in16
1 files changed, 3 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in
index 2ac93ac..121df11 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,11 +57,11 @@ export PACKAGE_TARNAME := @PACKAGE_TARNAME@
export VERSION := @PACKAGE_VERSION@
export prefix := @prefix@
export exec_prefix := @exec_prefix@
+export datarootdir := @datarootdir@
export bindir := @bindir@
-export libdir := @libdir@@sublibdir@
-export docdir := @docdir@@subdocdir@
+export libdir := @libdir@
+export docdir := @docdir@
export mandir := @mandir@
-export datarootdir := @datarootdir@
export install := @INSTALL@
export bash := @BASH_SHELL@
export awk := @AWK@
@@ -77,16 +77,6 @@ export objdump := @OBJDUMP@
export readelf := @READELF@
export patch := @PATCH@
export gperf := @GPERF@
-export gperf_len_type := @GPERF_LEN_TYPE@
-export CC := @CC@
-export CPP := @CPP@
-export CPPFLAGS := @CPPFLAGS@
-export CFLAGS := @CFLAGS@
-export LDFLAGS := @LDFLAGS@
-export LIBS := @LIBS@
-export INTL_LIBS := @INTL_LIBS@
-export curses_hdr := @ac_ct_curses_hdr@
-export gettext := @gettext@
export CPU_COUNT := @CPU_COUNT@
###############################################################################