mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
13 lines
195 B
Bash
Executable File
13 lines
195 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $Id: autogen.sh,v 1.4 2003/01/11 15:35:47 alex Exp $
|
|
#
|
|
|
|
aclocal && \
|
|
autoheader && \
|
|
automake --add-missing && \
|
|
autoconf && \
|
|
echo "Okay, autogen.sh war erfolgreich."
|
|
|
|
# -eof-
|