bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] gnulib-tool treatment of gl_USE_SYSTEM_EXTENSIONS


From: Oskar Liljeblad
Subject: [bug-gnulib] gnulib-tool treatment of gl_USE_SYSTEM_EXTENSIONS
Date: Sat, 30 Apr 2005 17:31:17 +0200
User-agent: Mutt/1.5.6+20040907i

I noticed that gnulib-tool added gl_USE_SYSTEM_EXTENSIONS to gl_EARLY
despite the fact that no module used it. The problem seemed to stem
from these lines in gnulib-tool:

if grep gl_USE_SYSTEM_EXTENSIONS "$destdir"/$m4base/*.m4 > /dev/null; then
  echo "  gl_USE_SYSTEM_EXTENSIONS"
fi

Apparently gnulib.m4 was the only file that contains
gl_USE_SYSTEM_EXTENSIONS in the m4 directory, probably because some module
previously depened on it! Wouldn't it be better to add
"configure.ac-early" or something to module spec files
instead of testing for certain macros in gnulib-tool?

Regards,

Oskar Liljeblad (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]