After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 133126 - [PATCH] Underquoted definitions in acinclude.m4, configure.in
[PATCH] Underquoted definitions in acinclude.m4, configure.in
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Build
cvs (head)
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-01 15:30 UTC by alexander.winston
Modified: 2005-08-15 01:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix for underquoted definitions (1.51 KB, patch)
2004-02-01 15:31 UTC, alexander.winston
none Details | Review

Description alexander.winston 2004-02-01 15:30:51 UTC
There are underquoted definitions of AM_GNOME_CHECK_TYPE, AM_GNOME_SIZE_T,
AM_GNOME_OFF_T, and AM_PATH_LIBGNUTLS in
<file://cvs.gnome.org/cvs/gnome/gnome-vfs/acinclude.m4>. There is also an
underquoted definition of AC_STRUCT_LINGER in
<file://cvs.gnome.org/cvs/gnome/gnome-vfs/configure.in>.

Underquoted definitions are already displayed by automake-1.8 as warnings,
and may cause more drastic problems in the future, as noted in
<http://sources.redhat.com/automake/automake.html#Extending%20aclocal> and
<http://mail.gnu.org/archive/html/libtool-patches/2002-10/msg00031.html>.

I am attaching a patch that should prevent any trouble.
Comment 1 alexander.winston 2004-02-01 15:31:39 UTC
Created attachment 23943 [details] [review]
Proposed fix for underquoted definitions
Comment 2 Alexander Larsson 2004-04-16 11:01:58 UTC
commited on HEAD. Thanks.