our internal strlcat() is now named Curl_strlcat()
[platform/upstream/curl.git] / reconf
1 #!/bin/sh
2 #
3 # $Id$
4 #
5 # re autoconf/automake shell script
6 #
7
8 die(){
9         echo "$@" ; exit
10 }
11
12 aclocal -I .    || die "ahhhhh"
13 autoheader      || die "ahhhhh"
14 automake        || die "ahhhhh"
15 autoconf        || die "ahhhhh"