diff options
Diffstat (limited to 'Build/source/texk/bibtexu/Makefile.am')
-rw-r--r-- | Build/source/texk/bibtexu/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Build/source/texk/bibtexu/Makefile.am b/Build/source/texk/bibtexu/Makefile.am index cc535b4c766..7a622a4fd39 100644 --- a/Build/source/texk/bibtexu/Makefile.am +++ b/Build/source/texk/bibtexu/Makefile.am @@ -9,12 +9,6 @@ INCLUDES = $(KPATHSEA_INCLUDES) $(ICU_INCLUDES) AM_CPPFLAGS = -DUNIX -DKPATHSEA -DSUPPORT_8BIT AM_CFLAGS = $(WARNING_CFLAGS) -## FIXME: (1) this should go away once the code has been carefully -## FIXME: analyzed and uses 'unsigned char' where necessary. -## FIXME: (2) this should go to AM_CFLAGS, but AIX xlc only -## FIXME: accepts this flag when compiling, not when linking. -AM_CPPFLAGS += -funsigned-char - bin_PROGRAMS = bibtexu # Force Automake to use CXXLD for linking |