bootstrap
author Johannes Stezenbach <js@sig21.net>
Sun Jan 29 11:42:30 2012 +0100 (2012-01-29)
changeset 2855 6a7dfa57d63a
permissions -rwxr-xr-x
configre: properly check for libtoolize

Fix a copy-n-paste typo, where the libtoolize check
would re-run the libtool check.

Signed-off-by: Johannes Stezenbach <js@sig21.net>
     1 #!/bin/sh
     2 set -e
     3 
     4 printf "Running autoconf...\n"
     5 autoconf -Wall --force
     6 
     7 printf "Done. You may now run:\n    ./configure\n"