Browse Source

Work around older libtoolize that fails without top ltmain.sh not being present during autogen

nfactor-troky
Con Kolivas 11 years ago
parent
commit
84382e1021
  1. 3
      autogen.sh
  2. 9661
      compat/jansson-2.5/ltmain.sh

3
autogen.sh

@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
#!/bin/sh
bs_dir="$(dirname $(readlink -f $0))"
rm -rf "${bs_dir}"/autom4te.cache "${bs_dir}"/aclocal.m4 "${bs_dir}"/ltmain.sh
#Some versions of libtoolize don't like there being no ltmain.sh file already
touch "${bs_dir}"/ltmain.sh
autoreconf -fi "${bs_dir}"
if test -z "$NOCONFIGURE" ; then

9661
compat/jansson-2.5/ltmain.sh

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save