From: Alexander Barton Date: Sun, 13 Apr 2003 22:34:17 +0000 (+0000) Subject: Translated success message :-) X-Git-Tag: rel-0-7-0-pre1~17 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=0391d35a6761b8eac445ecbe8904ee3e7fd41859 Translated success message :-) --- diff --git a/autogen.sh b/autogen.sh index 444be76c..d4f5c0e2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/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 @@ -9,6 +9,6 @@ aclocal && \ autoheader && \ automake --add-missing && \ autoconf && \ - echo "Okay, autogen.sh war erfolgreich." + echo "Okay, autogen.sh done." # -eof-