bootstrap
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Jan 30 16:52:50 2012 +0100 (2012-01-30)
changeset 2860 2275425cbdee
permissions -rwxr-xr-x
configure: do not use '@' in version string

#0a0410dd0cb0 broke #0cc4d6352c3e. This patch fixes this, which fixes the build
of gcc/glibc/gdb manuals.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.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"