Merge branch 'master' of git+ssh://taler.net/exchange
This commit is contained in:
commit
bd096d3928
@ -463,6 +463,7 @@ AC_CONFIG_FILES([Makefile
|
|||||||
src/json/Makefile
|
src/json/Makefile
|
||||||
src/pq/Makefile
|
src/pq/Makefile
|
||||||
src/util/Makefile
|
src/util/Makefile
|
||||||
|
src/util/taler-config
|
||||||
src/wire/Makefile
|
src/wire/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
@ -15,21 +15,7 @@ pkgcfg_DATA = \
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
paths.conf \
|
paths.conf \
|
||||||
taler-config.in \
|
taler-config.in
|
||||||
taler-arm.in
|
|
||||||
|
|
||||||
templated_scripts = taler-config taler-arm
|
|
||||||
dist_bin_SCRIPTS = $(templated_scripts)
|
|
||||||
|
|
||||||
# See https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Installation-Directory-Variables.html
|
|
||||||
# for an explanation and why this ugliness is necessary.
|
|
||||||
edit = sed -e 's|@libdir[@]|$(libdir)|g'
|
|
||||||
$(templated_scripts): %: Makefile $(srcdir)/%.in
|
|
||||||
rm -f $@ $@.tmp
|
|
||||||
$(edit) '$(srcdir)/$@.in' >$@.tmp
|
|
||||||
chmod +x $@.tmp
|
|
||||||
chmod a-w $@.tmp
|
|
||||||
mv $@.tmp $@
|
|
||||||
|
|
||||||
if WALLET_ONLY
|
if WALLET_ONLY
|
||||||
lib_LTLIBRARIES = \
|
lib_LTLIBRARIES = \
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
if ! type gnunet-config >/dev/null; then
|
|
||||||
echo "$0 needs gnunet-arm to be installed"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# FIXME: not very portable ...
|
|
||||||
export LD_PRELOAD=@libdir@/libtalerutil.so
|
|
||||||
exec gnunet-arm "$@"
|
|
Loading…
Reference in New Issue
Block a user