1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-06-15 04:44:08 +00:00

Translated success message :-)

This commit is contained in:
Alexander Barton 2003-04-13 22:34:17 +00:00
parent a93b4d9789
commit 0391d35a67

View File

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