projects
/
yazproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d767d3b
)
Use acloca -I. because of usemarcon.m4
YAZPROXY.0.9
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 8 Feb 2005 14:06:51 +0000
(14:06 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 8 Feb 2005 14:06:51 +0000
(14:06 +0000)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
5f6c74b
..
56738e2
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-1,12
+1,8
@@
#!/bin/sh
-# $Id: buildconf.sh,v 1.4 2004-08-16 12:39:44 adam Exp $
+# $Id: buildconf.sh,v 1.5 2005-02-08 14:06:51 adam Exp $
set -x
dir=`aclocal --print-ac-dir`
-if [ -f $dir/yazpp.m4 ]; then
- aclocal
-else
- aclocal -I .
-fi
+aclocal -I .
libtoolize --force
automake -a
automake -a