Changeset 5d6ce1f for Makefile.in


Ignore:
Timestamp:
May 25, 2015, 9:43:53 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
7e91d4f
Parents:
49205cf
Message:

fix configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r49205cf r5d6ce1f  
    4040        missing mkinstalldirs
    4141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    42 am__aclocal_m4_deps = $(top_srcdir)/configure.in
     42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
    4343am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    4444        $(ACLOCAL_M4)
     
    108108distcleancheck_listfiles = find . -type f -print
    109109ACLOCAL = @ACLOCAL@
     110ALLOCA = @ALLOCA@
    110111AMTAR = @AMTAR@
    111112AUTOCONF = @AUTOCONF@
     
    123124CPP = @CPP@
    124125CPPFLAGS = @CPPFLAGS@
    125 CPP_PATH = @CPP_PATH@
    126126CXX = @CXX@
    127127CXXDEPMODE = @CXXDEPMODE@
     
    143143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    144144LDFLAGS = @LDFLAGS@
    145 LEX = @LEX@
    146 LEXLIB = @LEXLIB@
    147 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
    148145LIBOBJS = @LIBOBJS@
    149146LIBS = @LIBS@
     
    164161STRIP = @STRIP@
    165162VERSION = @VERSION@
    166 YACC = @YACC@
    167 YFLAGS = @YFLAGS@
    168163abs_builddir = @abs_builddir@
    169164abs_srcdir = @abs_srcdir@
     
    199194pdfdir = @pdfdir@
    200195prefix = @prefix@
    201 preludedir = @preludedir@
    202196program_transform_name = @program_transform_name@
    203197psdir = @psdir@
Note: See TracChangeset for help on using the changeset viewer.