summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-21 18:02:36 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-21 18:02:36 -0200
commita1d254a81b5dffd0f706c77e28ec72aff11169f8 (patch)
tree45ade9162f4983a87bf441d6855ec04ed255aafe /configure.ac
parentf7f149457581fa819c88e1958e7c154a6d9824fa (diff)
Correct all sparse warnings.
All extern declarations were moved from C sources to header files, with the exception of the new prototype for SnfSetFormat() as it is not available on installed libXfont headers. difs/difsutils.c:CopyISOLatin1Lowered() had it's arguments sign changed to avoid conflict with libXfont's X11/fonts/fontmisc.h prototype.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fb32ad5..981df9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ AC_INIT(xfs,[1.0.8], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],x
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
+# xfs already have a header called config.h
AM_CONFIG_HEADER(xfs-config.h)
# Require xorg-macros version >= 1.2.0 for XORG_CWARNFLAGS & XORG_CHANGELOG