diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-02-17 02:06:37 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-02-17 02:06:37 +0800 |
commit | d59d4dd766874c04cefd339c592763098ea04786 (patch) | |
tree | 5f43ba1ec1f29e5bb90b0a5f6be2a5cbbae17216 | |
parent | 75b309856071124362b06d2c77f09141a8caa619 (diff) | |
download | gsoc2013-evolution-d59d4dd766874c04cefd339c592763098ea04786.tar gsoc2013-evolution-d59d4dd766874c04cefd339c592763098ea04786.tar.gz gsoc2013-evolution-d59d4dd766874c04cefd339c592763098ea04786.tar.bz2 gsoc2013-evolution-d59d4dd766874c04cefd339c592763098ea04786.tar.lz gsoc2013-evolution-d59d4dd766874c04cefd339c592763098ea04786.tar.xz gsoc2013-evolution-d59d4dd766874c04cefd339c592763098ea04786.tar.zst gsoc2013-evolution-d59d4dd766874c04cefd339c592763098ea04786.zip |
Added missing separator, from Ching Hui
svn path=/trunk/; revision=38
-rw-r--r-- | macros/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 6f453280a1..31624d6b97 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -77,7 +77,7 @@ do aclocalinclude=""; \ for k in $macrodirs; do \ if test -d $k; then aclocalinclude="$aclocalinclude -I $k"; \ - else echo "**Warning**: No such directory \`$k'. Ignored."; fi \ + else echo "**Warning**: No such directory \`$k'. Ignored."; fi; \ done; \ libtoolize --copy --force; \ aclocal $aclocalinclude; \ |