projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3488db4
)
Run automake after autoheader.
author
handa
<handa>
Mon, 29 Mar 2004 12:45:48 +0000
(12:45 +0000)
committer
handa
<handa>
Mon, 29 Mar 2004 12:45:48 +0000
(12:45 +0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
c95bd14
..
00fff4b
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-9,10
+9,10
@@
echo "Running libtoolize..."
libtoolize --automake
echo "Running aclocal..."
aclocal
-echo "Running automake..."
-automake -a
echo "Running autoheader..."
autoheader
+echo "Running automake..."
+automake -a
echo "Running autoconf..."
autoconf
echo "The remaining steps to install this library are:"