ngircd-tor/autogen.sh

13 lines
195 B
Bash
Raw Normal View History

2001-12-11 22:53:04 +01:00
#!/bin/sh
#
# $Id: autogen.sh,v 1.4 2003/01/11 15:35:47 alex Exp $
2001-12-11 22:53:04 +01:00
#
aclocal && \
autoheader && \
automake --add-missing && \
2001-12-11 22:53:04 +01:00
autoconf && \
echo "Okay, autogen.sh war erfolgreich."
# -eof-