projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd2a8e
)
make autogen.sh more complete so that it installs libtool and config.h.in automatically
author
Matthias Braun
<matze@braunis.de>
Thu, 18 Nov 2004 23:52:49 +0000
(23:52 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 18 Nov 2004 23:52:49 +0000
(23:52 +0000)
SVN-Revision: 2106
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
37b759f
..
a728b16
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-5,8
+5,9
@@
# see AUTOMAKE_OPTIONS in Makefile.am
export WANT_AUTOMAKE=1.6
+autoheader
+libtoolize --force
aclocal -I m4
automake --copy --add-missing
autoconf
-# EOF #