projects
/
m17n
/
m17n-test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
179ee81
)
*** empty log message ***
author
handa
<handa>
Mon, 5 Sep 2005 05:48:06 +0000
(
05:48
+0000)
committer
handa
<handa>
Mon, 5 Sep 2005 05:48:06 +0000
(
05:48
+0000)
Makefile.am
patch
|
blob
|
history
bootstrap.sh
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
6a3963c
..
b5d620f
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,2
+1,2
@@
-bin_PROGRAMS = replace
+noinst_PROGRAMS = replace
diff --git
a/bootstrap.sh
b/bootstrap.sh
index
dcdf243
..
f617baa
100755
(executable)
--- a/
bootstrap.sh
+++ b/
bootstrap.sh
@@
-2,10
+2,8
@@
echo "Running libtoolize..."
libtoolize --automake
echo "Running aclocal..."
aclocal
-echo "Running autoheader..."
-autoheader
echo "Running automake..."
-automake -a
+automake -a -c
echo "Running autoconf..."
autoconf
echo "The remaining steps to install this library are:"