diff options
author | Christian Grothoff <christian@grothoff.org> | 2008-01-16 08:06:38 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2008-01-16 08:06:38 +0000 |
commit | 425a9ca5ba6c855b00249f0918310e8aa0f94980 (patch) | |
tree | 7ccdd82716f7df8bf0d54059b2503455b2cb0b54 | |
parent | 14e7bc7fc5c02502f92f169ddfe819fd68c42526 (diff) |
automake
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,4 @@ #!/bin/sh -export WANT_AUTOMAKE="1.8" -export MKDIR_P="mkdir -p" -export AUTOMAKE="automake-1.8" -export ACLOCAL="aclocal-1.8" +aclocal +automake autoreconf -f -i |