Changeset 24d6572 for configure.ac


Ignore:
Timestamp:
Jun 12, 2023, 2:45:32 PM (3 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ast-experimental, master, stuck-waitfor-destruct
Children:
62d62db
Parents:
34b4268 (diff), 251ce80 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ast-experimental

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r34b4268 r24d6572  
    4747
    4848#==============================================================================
    49 # HACK to be able to use conditionnals inside makefiles
     49# HACK to be able to use conditionals inside makefiles
    5050DOifskipcompile='ifeq ($(skipcompile),yes)
    5151else'
     
    226226AC_PROG_YACC
    227227if test "${YACC}" = "yacc" ; then echo "Error: bison required." ; exit 1 ; fi
    228 AC_PROG_LEX
     228AC_PROG_LEX(yywrap)
    229229if test "${LEX}" = "lex" ; then echo "Error: flex required." ; exit 1 ; fi
    230 AC_PROG_LIBTOOL
     230LT_INIT
    231231AC_PROG_INSTALL
    232232
     
    284284                tools/Makefile
    285285                tools/prettyprinter/Makefile
     286                benchmark/Cargo.toml
    286287        ])
    287 
    288         AC_OUTPUT(benchmark/Cargo.toml)
    289288])
    290289
    291290AC_CONFIG_LINKS([tests/test.py:tests/test.py])
    292 
    293 AC_OUTPUT(tests/config.py)
     291AC_CONFIG_FILES([tests/config.py])
     292
     293AC_OUTPUT
    294294
    295295# Final text
Note: See TracChangeset for help on using the changeset viewer.