repo.or.cz
/
libmpdclient
/
marc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove unused macros
[libmpdclient/marc.git]
/
autogen.sh
blob
6009c0b97e4fdea7899147ff193ca4fcee2850b1
1
#!/bin/sh -e
2
3
rm
-rf
config.cache build
4
mkdir build
5
libtoolize
--force
6
aclocal
-I
m4
7
autoconf
8
autoheader
9
automake
--add-missing
10
11
if
test
x
$NOCONFIGURE
=
x
;
then
12
echo
"./configure $*"
13
.
/
configure $
*
14
fi