Differences From Artifact [be7bb3d1c2]:
- Executable file build/prep.sh — part of check-in [5e72879d0d] at 2014-11-24 18:21:05 on branch trunk — Updated to use individual m4 files from upstream repo, and many other cleanups (user: rkeene, size: 676) [annotate] [blame] [check-ins using]
To Artifact [317dfaf547]:
- Executable file build/prep.sh — part of check-in [3a41ad49f2] at 2014-11-24 18:54:12 on branch trunk — Added symbol versions and updated to set soname correctly if possible (user: rkeene, size: 733) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + + | aclocal -I aclocal autoconf automake -fca rm -rf autom4te.cache rm -f libconfig.vers make -f Makefile.in libconfig.vers # Add Linux/MUSL support if missing if ! grep '[-]musl' config.sub >/dev/null 2>/dev/null; then sed 's@\(-*\)linux-gnu\* @\1linux-musl | &@g' config.sub > config.sub.new cat config.sub.new > config.sub rm -f config.sub.new fi |