Changeset 4195
- Timestamp:
- May 6, 2020 1:16:57 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.8/run_autotools
r4194 r4195 95 95 # Find out the location for autotools executables, macros, etc. 96 96 # This can be overidden if the user sets AUTOTOOLS_DIR in the environment. 97 # If this directory is not already in the PATH, add it.97 # If AUTOTOOLS_DIR is set, make sure that is at the beginning of PATH. 98 98 99 99 if test -z "$AUTOTOOLS_DIR" ; then 100 100 # assume that autotools directory is given by location of autoconf 101 101 AUTOTOOLS_DIR=`dirname $(which autoconf)`/.. 102 el if ! expr ":${PATH}:" : '.*:'"${AUTOTOOLS_DIR}"'/bin:.*' &>/dev/null ; then102 else 103 103 # prefix PATH with AUTOTOOLS_DIR/bin 104 104 PATH="${AUTOTOOLS_DIR}/bin:$PATH"
Note: See TracChangeset
for help on using the changeset viewer.