Changeset 1758
- Timestamp:
- Jan 30, 2009, 1:30:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootstrap
r1757 r1758 28 28 29 29 30 if test "${LIBTOOLIZE +set}" != set; then30 if test "${LIBTOOLIZE_OPTOPNS+set}" != set; then 31 31 # make libtoolize silent 32 LIBTOOLIZE="libtoolize --automake"32 libtoolize_options=--quiet 33 33 else 34 34 # do not modify env var if already set 35 LIBTOOLIZE=${LIBTOOLIZE}35 libtoolize_options=${LIBTOOLIZE_OPTIONS} 36 36 fi 37 LIBTOOLIZE =$LIBTOOLIZEautoreconf --install --symlink --force $@37 LIBTOOLIZE_OPTIONS=$libtoolize_options autoreconf --install --symlink --force $@ 38 38
Note: See TracChangeset
for help on using the changeset viewer.