Changeset 13102
- Timestamp:
- Apr 30, 2007, 5:55:22 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/autogen.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/autogen.sh
r13099 r13102 16 16 17 17 LIBTOOLIZE=libtoolize 18 ACLOCAL="aclocal "18 ACLOCAL="aclocal $ACLOCAL_FLAGS" 19 19 AUTOHEADER=autoheader 20 20 AUTOMAKE=automake … … 81 81 $AUTOCONF || echo "$AUTOCONF failed" 82 82 83 # bypass taps bootstrap.sh 84 cd ./test/tap 85 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 86 $ACLOCAL || echo "$ACLOCAL failed" 87 $AUTOHEADER || echo "$AUTOHEADER failed" 88 $AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed" 89 $AUTOCONF || echo "$AUTOCONF failed" 83 90 cd $ORIGDIR 84 91
Note:
See TracChangeset
for help on using the changeset viewer.
