diff options
author | Changwoo Ryu <cwryu@src.gnome.org> | 1998-02-15 01:22:36 +0800 |
---|---|---|
committer | Changwoo Ryu <cwryu@src.gnome.org> | 1998-02-15 01:22:36 +0800 |
commit | 11202dff7a99e1f2f69c6e8071b0a205e56fd571 (patch) | |
tree | 24b1926548acd1183ac68ed2ae44a7b131adf416 | |
parent | 64d837df85c8d86a7863ef78cbd068fc048ca68d (diff) | |
download | gsoc2013-evolution-11202dff7a99e1f2f69c6e8071b0a205e56fd571.tar gsoc2013-evolution-11202dff7a99e1f2f69c6e8071b0a205e56fd571.tar.gz gsoc2013-evolution-11202dff7a99e1f2f69c6e8071b0a205e56fd571.tar.bz2 gsoc2013-evolution-11202dff7a99e1f2f69c6e8071b0a205e56fd571.tar.lz gsoc2013-evolution-11202dff7a99e1f2f69c6e8071b0a205e56fd571.tar.xz gsoc2013-evolution-11202dff7a99e1f2f69c6e8071b0a205e56fd571.tar.zst gsoc2013-evolution-11202dff7a99e1f2f69c6e8071b0a205e56fd571.zip |
Remove debugging message, "hahaha $macrodirs". :)
svn path=/trunk/; revision=33
-rw-r--r-- | macros/autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 1776de2ca5..04158ac2ff 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -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\' |