projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
551ea3e
)
Default to 'libtoolize' for all OSes that don't specify
author
Bill Erickson
<berick@esilibrary.com>
Sun, 20 Nov 2011 19:16:34 +0000
(14:16 -0500)
committer
Bill Erickson
<berick@esilibrary.com>
Sun, 20 Nov 2011 23:15:51 +0000
(18:15 -0500)
Otherwise, opensrf can only be built on Darwin and Linux.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
ff28cf2
..
8dec8df
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-4,7
+4,7
@@
OS=`uname`
if [ "$OS" = "Darwin" ]; then
: ${LIBTOOLIZE=glibtoolize}
-el
if [ "$OS" = "Linux" ]; then
+el
se
: ${LIBTOOLIZE=libtoolize}
fi