Changeset c130165


Ignore:
Timestamp:
Jan 7, 2023, 1:56:57 PM (22 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
f28b1f8
Parents:
e78782b
Message:

small update to configure scripts, which should help for ubuntu 22.04

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    re78782b rc130165  
    228228AC_PROG_LEX
    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
  • libcfa/configure.ac

    re78782b rc130165  
    122122AC_PROG_CC
    123123AM_PROG_AS
    124 AC_PROG_LIBTOOL
     124LT_INIT
    125125AC_PROG_INSTALL
    126126AC_PROG_MAKE_SET
     
    246246AC_CONFIG_HEADERS(prelude/defines.hfa)
    247247
    248 AC_OUTPUT()
     248AC_OUTPUT
    249249
    250250# Final text
Note: See TracChangeset for help on using the changeset viewer.