1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/reconf
2000-08-30 11:54:57 +00:00

16 lines
194 B
Bash
Executable File

#!/bin/sh
#
# $Id$
#
# re autoconf/automake shell script
#
die(){
echo "$@" ; exit
}
aclocal -I . || die "ahhhhh"
autoheader || die "ahhhhh"
automake || die "ahhhhh"
autoconf || die "ahhhhh"