Differences From Artifact [74e9d213ea]:
- Executable file build/prep.sh — part of check-in [adc5ae917e] at 2014-11-24 19:14:15 on branch trunk — Updated to correctly handle out-of-directory builds (user: rkeene, size: 744) [annotate] [blame] [check-ins using]
To Artifact [87e484094d]:
- Executable file build/prep.sh — part of check-in [aee32d778d] at 2014-11-24 19:32:44 on branch trunk — Added missing call to autoheader (user: rkeene, size: 755) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + | ) for file in config.guess config.sub install-sh; do rm -f "${file}" done aclocal -I aclocal autoheader autoconf automake -fca rm -rf autom4te.cache rm -f libconfig.vers make srcdir=. -f Makefile.in ./libconfig.vers |
︙ |