aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-02-15 23:44:42 (GMT)
committerSami Kerola <kerolasa@iki.fi>2013-05-26 09:38:11 (GMT)
commit82e300c7bac1542f27668a8d7e234b4dd6ea1211 (patch)
treed5028ae67db1b1fcacf8d6509ce4743ac2133b26 /Makefile.am
parentbc205a9b323ed7211dbc158429abaa32a821a794 (diff)
downloadfluxbox-82e300c7bac1542f27668a8d7e234b4dd6ea1211.zip
fluxbox-82e300c7bac1542f27668a8d7e234b4dd6ea1211.tar.bz2
build-sys: use iconv library detections from gettext
This patch took copy of config.rpath from gettext 0.18.2 to build-aux/ directory. Software projects usually does not need to do that, because the file is copied by gettext autopoint in autogen.sh or bootstrap. In Fluxbox case calling autopoint seems wrong, as it would generate po/ directory with necessary make automation, adn 'msgid' & 'msgstr' files, but that is not how the translations are done in this project.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 63caee6..3d9b5bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
1
1# Makefile.am for Fluxbox - http://fluxbox.org 2# Makefile.am for Fluxbox - http://fluxbox.org
2 3
3# data dir after util so that utils are built for path searching 4# data dir after util so that utils are built for path searching
@@ -6,7 +7,7 @@
6SUBDIRS = doc nls src util data 7SUBDIRS = doc nls src util data
7MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in 8MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
8ACLOCAL_AMFLAGS = -I m4 9ACLOCAL_AMFLAGS = -I m4
9EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* 10EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* build-aux/config.rpath
10 11
11uninstall-hook: 12uninstall-hook:
12 rmdir $(DESTDIR)$(pkgdatadir) 13 rmdir $(DESTDIR)$(pkgdatadir)