]> Savannah Git Hosting - gnulib.git/commit
glob-h: always build glob.h
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2018 07:54:35 +0000 (00:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2018 07:54:56 +0000 (00:54 -0700)
commit4ecaa9f2580c6d0c32d20034f4ed8602a79d7f25
treee8f1c98e97294109bdaff000be4e05d3a2302b70
parentdd1a129ef62d10b1eeb4b40ad39771b93f368cec
glob-h: always build glob.h

This works around a problem reported by Reuben Thomas in:
http://lists.gnu.org/r/bug-gnulib/2018-08/msg00079.html
This workaround always builds glob.h, even on platforms that
do not need it; perhaps this could be improved someday.
* m4/glob_h.m4 (gl_GLOB_H): Do not set or use GLOB_H, since glob.h
is always created now.
* modules/glob-h (BUILT_SOURCES, glob.h): Always build glob.h.
ChangeLog
m4/glob_h.m4
modules/glob-h