Remove debugging message, "hahaha $macrodirs". :)
authorChangwoo Ryu <cwryu@src.gnome.org>
Sat, 14 Feb 1998 17:22:36 +0000 (17:22 +0000)
committerChangwoo Ryu <cwryu@src.gnome.org>
Sat, 14 Feb 1998 17:22:36 +0000 (17:22 +0000)
svn path=/trunk/; revision=79

macros/autogen.sh

index 1776de2..04158ac 100644 (file)
@@ -66,7 +66,6 @@ for j in `find $srcdir -name configure.in -print`
 do 
     i=`dirname $j`
     macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $j`
-    echo "hahaha $macrodirs"
     echo processing $i
     ## debug
     test -n "$macrodirs" && echo \`aclocal\' will also look in \`$macrodirs\'