1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00
ngircd/autogen.sh
2003-04-04 10:05:34 +00:00

15 lines
221 B
Bash
Executable File

#!/bin/sh
#
# $Id: autogen.sh,v 1.5 2003/04/04 10:05:34 alex Exp $
#
export WANT_AUTOMAKE=1.6
aclocal && \
autoheader && \
automake --add-missing && \
autoconf && \
echo "Okay, autogen.sh war erfolgreich."
# -eof-