repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
libevent
/
dist
/
autogen.sh
blob
57eeb940b91174203488c9c6ce96e377b640e200
1
#!/bin/sh
2
if
[
-x
"`which autoreconf 2>/dev/null`"
] ;
then
3
exec
autoreconf
-ivf
4
fi
5
6
LIBTOOLIZE
=
libtoolize
7
SYSNAME
=
`uname`
8
if
[
"x
$SYSNAME
"
=
"xDarwin"
] ;
then
9
LIBTOOLIZE
=
glibtoolize
10
fi
11
aclocal
-I
m4
&&
\
12
autoheader
&&
\
13
$LIBTOOLIZE
&&
\
14
autoconf
&&
\
15
automake
--add-missing --force-missing --copy