bootstrap
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun May 11 23:55:16 2014 +0200 (2014-05-11)
changeset 3321 8a753e6c5621
permissions -rwxr-xr-x
scripts/functions: introduce target_bits_32 and target_bits_64 variables

These variables behave the same for bitness as their counterparts do
for endianness: they are defined to the appropriate bitness.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Cody P Schafer <dev@codyps.com>
     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"