Changeset 24012


Ignore:
Timestamp:
06/12/19 09:45:40 (6 years ago)
Author:
jdquinn
Message:

CHG: Added ‘f’ flag to call to ‘autoreconf’; updated documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/automakererun.sh

    r19377 r24012  
    11#!/bin/sh
    2 #  this shell script will automatically reconfigure the entire ISSM
    3 #  archive.
    4 
    5 # As it turns out, the autoreconf script provided by Autotools
    6 # encompasses the functionality of this script. As such, the
    7 # following two lines will replace the remainder of the script.
    8 # If all goes well, then the script will be shortened in the future.
     2#
     3# automakererun.sh
     4# Remakes GNU Build System files.
     5#
     6# Currently, a wrapper for Autotools' autoreconf script.
     7#
     8# Run,
     9#       autoreconf --help
     10# for more information.
    911
    1012cd $ISSM_DIR
    11 autoreconf -iv
     13autoreconf -ivf
Note: See TracChangeset for help on using the changeset viewer.