diff options
author | Heikki Lindholm <holin@iki.fi> | 2009-10-19 06:13:09 +0000 |
---|---|---|
committer | Heikki Lindholm <holin@iki.fi> | 2009-10-19 06:13:09 +0000 |
commit | 6031871df716df24bdefb0def5b1c7583a69bc15 (patch) | |
tree | 46aaf92622d230ff3ee514cfe1468b128e9761fe /bootstrap | |
parent | a1ad98480a419d9261528aa307a98a06942a4a83 (diff) |
autoreconf should fare better, esp. where libtoolize = glibtoolize, but needs
recent version of autotools
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,7 +1,2 @@ #!/bin/sh -libtoolize -ifc -aclocal -I m4 -autoheader -autoconf -automake --add-missing --copy - +autoreconf -fiv -I m4 |