Skip to content
Snippets Groups Projects
Commit 0de08d41 authored by Yang Tse's avatar Yang Tse
Browse files

s/silly/underquoted definition/

parent 109edaae
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ if ($CVS) {
unlink "autom4te.cache";
# generate the build files
logit "invoke buildconf, but filter off the silly aclocal warnings";
logit "invoke buildconf, but filter off aclocal underquoted definition warnings";
open(F, "./buildconf 2>&1 |") or die;
open(LOG, ">$buildlog") or die;
while (<F>) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment