projects
/
yaz-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:
8e0cda1
)
buildconf.sh more verbose
author
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 16 Mar 2002 11:46:18 +0000
(11:46 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 16 Mar 2002 11:46:18 +0000
(11:46 +0000)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
d495c31
..
5373ba8
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-1,9
+1,9
@@
#!/bin/sh
-# $Id: buildconf.sh,v 1.9 2002-03-06 01:38:51 adam Exp $
+# $Id: buildconf.sh,v 1.10 2002-03-16 11:46:18 adam Exp $
aclocal
-libtoolize --automake --force || exit 2
-automake -a || exit 3
-autoconf || exit 4
+libtoolize --automake --force
+automake -a
+autoconf
if [ -f config.cache ]; then
rm config.cache
fi