Sign in
apache
/
qpid
/
refs/heads/qpid.rnr
/
.
/
extras
/
sasl
/
bootstrap
blob: dfd5b7db1f4924a084a9424ad91cd445bccf7518 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
aclocal
-
I m4
autoheader
libtoolize
--
automake
automake
autoconf
if
[
"$1"
=
"-build"
-
o
"$1"
=
"--build"
]
;
then
shift
./
configure
"$@"
make
make check
fi