Use AC_GNU_SOURCE.

This commit is contained in:
Ian Lance Taylor
2007-10-24 18:11:23 +00:00
parent ce2cded563
commit fa99aa0984
7 changed files with 20 additions and 4 deletions

View File

@ -10,7 +10,7 @@ ACLOCAL_AMFLAGS = -I ../bfd -I ../config
AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CXXFLAGS)
INCLUDES = -D_GNU_SOURCE \
INCLUDES = \
-I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../elfcpp \
-DLOCALEDIR="\"$(datadir)/locale\"" \
-DBINDIR="\"$(bindir)\"" -DTOOLBINDIR="\"$(tooldir)/bin\"" \