Changeset 1757
- Timestamp:
- Jan 29, 2009, 5:04:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootstrap
r1487 r1757 7 7 # Copyright (C) 2006 Jari Häkkinen 8 8 # Copyright (C) 2007 Jari Häkkinen, Peter Johansson 9 # Copyright (C) 2008 Peter Johansson9 # Copyright (C) 2008, 2009 Peter Johansson 10 10 # 11 11 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 27 27 # configure program. 28 28 29 autoreconf --install --symlink --force 29 30 if test "${LIBTOOLIZE+set}" != set; then 31 # make libtoolize silent 32 LIBTOOLIZE="libtoolize --automake" 33 else 34 # do not modify env var if already set 35 LIBTOOLIZE=${LIBTOOLIZE} 36 fi 37 LIBTOOLIZE=$LIBTOOLIZE autoreconf --install --symlink --force $@ 38
Note: See TracChangeset
for help on using the changeset viewer.