diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-01-03 21:42:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-01-03 21:42:52 +0000 |
commit | 3c5249af8087b0b1a4f131a3e19a9759639ab5db (patch) | |
tree | 697ff622324a7d259dc59da63205f398661a56fa /bootstrap | |
parent | ebd1325d27e2062f3fb8e92766178ab0660c2dac (diff) |
adapting main code base to work with libextractor 0.6 API; testcases will follow later
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ #!/bin/sh -autoreconf -fiv -I m4 +libtoolize --automake --copy --force +aclocal +automake +autoreconf -f -i |