Changeset 4299


Ignore:
Timestamp:
Oct 19, 2022, 4:34:19 PM (19 months ago)
Author:
lguez
Message:

Require m4 because it is needed for installation of NetCDF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4286 r4299  
    562562    fi
    563563
    564     for logiciel in wget tar gzip make $compiler gcc cmake ; do
     564    for logiciel in wget tar gzip make $compiler gcc cmake m4; do
    565565        if [ "`which $logiciel`" = "" ] ; then
    566566            echo You must first install $logiciel on your system
Note: See TracChangeset for help on using the changeset viewer.