Remove useless bootstrap script

Refs #284
This commit is contained in:
Pierre-Louis Bonicoli 2013-07-07 19:29:28 +02:00
parent 2c390390ed
commit aa4ee44d68
2 changed files with 1 additions and 12 deletions

2
README
View File

@ -38,7 +38,7 @@ I. INSTALLATION
# ./configure --enable-oidentd && make
From repository:
# ./bootstrap
# autoreconf -i -Wall
# ./configure --enable-maintainer-mode --enable-oidentd && make
If openssl and its developement files are installed, bip should build with

View File

@ -1,11 +0,0 @@
#!/bin/sh
# This thinggie bootstraps the auto* build sys.
set -e
aclocal
autoheader
autoconf
automake --add-missing --copy -Wall