No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / ipsec-tools / bootstrap
blob1f2bdb66d9af88b55329765f5d1e0034a0a44258
1 #!/bin/sh
3 set -x
5 case `uname -s` in
6 Darwin)
7 LIBTOOLIZE=glibtoolize
8 ;;
9 *)
10 LIBTOOLIZE=libtoolize
12 esac
14 # Remove autoconf 2.5x's cache directory
15 rm -rf autom4te*.cache
17 aclocal -I . || exit 1
18 autoheader || exit 1
19 ${LIBTOOLIZE} --force --copy || exit 1
20 automake --foreign --add-missing --copy || exit 1
21 autoconf || exit 1