View | Details | Raw Unified
Collapse All | Expand All

(-) flex-2.5.31/main.c (-1 / +1 lines)
 Lines 344-350   void check_options () Link Here 
    /* Setup the filter chain. */
    /* Setup the filter chain. */
    output_chain = filter_create_int(NULL, filter_tee_header, headerfilename);
    output_chain = filter_create_int(NULL, filter_tee_header, headerfilename);
    filter_create_ext(output_chain,"m4","-P",0);
    filter_create_ext(output_chain,GM4_PROGRAM,"-P",0);
    filter_create_int(output_chain, filter_fix_linedirs, NULL);
    filter_create_int(output_chain, filter_fix_linedirs, NULL);
    /* For debugging, only run the requested number of filters. */
    /* For debugging, only run the requested number of filters. */
(-) flex-2.5.31/Makefile.am (-1 / +1 lines)
 Lines 141-147   SUBDIRS = \ Link Here 
	tests
	tests
localedir = $(datadir)/locale
localedir = $(datadir)/locale
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl -DGM4_PROGRAM=\"@M4@\"
LIBS = @LIBINTL@ @LIBS@
LIBS = @LIBINTL@ @LIBS@
skel.c: flex.skl mkskel.sh flexint.h tables_shared.h
skel.c: flex.skl mkskel.sh flexint.h tables_shared.h
(-) flex-2.5.31/Makefile.in (-1 / +1 lines)
 Lines 290-296   SUBDIRS = \ Link Here 
localedir = $(datadir)/locale
localedir = $(datadir)/locale
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl -DGM4_PROGRAM=\"@M4@\"
# Run GNU indent on sources. Don't run this unless all the sources compile cleanly.
# Run GNU indent on sources. Don't run this unless all the sources compile cleanly.
#
#