aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-05-28 20:56:37 -0400
committerJon Lund Steffensen <jonlst@gmail.com>2014-05-28 21:49:11 -0400
commit4697c37a83cbf581bf232f3f172dee6ff8e7faac (patch)
treeb0538891a5b860d4dbda16929bbc77567a4b5d6a /bootstrap
parentMerge pull request #84 from maandree/geoclue-strdup-failure (diff)
downloadredshift-ng-4697c37a83cbf581bf232f3f172dee6ff8e7faac.tar.gz
redshift-ng-4697c37a83cbf581bf232f3f172dee6ff8e7faac.tar.bz2
redshift-ng-4697c37a83cbf581bf232f3f172dee6ff8e7faac.tar.xz
Make desktop file translatable
Changes bootstrap script to run libtoolize. Some extra magic was needed for autoreconf (taken from GNOME projects). The INTLTOOL_DESKTOP_RULE should be used in Makefile.am but is unfortunately broken at this time for out-of-source builds. The rule is instead copied and fixed in Makefile.am.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1e09715..0599cf5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,4 +3,5 @@
# change to root directory
cd $(dirname "$0")
-autoreconf --force --install
+autopoint --force && \
+ AUTOPOINT="intltoolize --automake --copy" autoreconf --force --install --verbose