Changeset 13121
- Timestamp:
- May 1, 2007, 4:13:32 PM (19 years ago)
- Location:
- trunk/Nebulous/nebclient
- Files:
-
- 2 edited
-
autogen.sh (modified) (1 diff)
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/autogen.sh
r13103 r13121 82 82 83 83 # bypass taps bootstrap.sh 84 cd ./test /tap84 cd ./tests/tap 85 85 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed" 86 86 $ACLOCAL || echo "$ACLOCAL failed" -
trunk/Nebulous/nebclient/configure.ac
r12649 r13121 1 1 dnl Copyright (C) 2005 Joshua Hoblitt 2 2 dnl 3 dnl $Id: configure.ac,v 1.1 3 2007-03-28 23:24:00 jhoblittExp $3 dnl $Id: configure.ac,v 1.14 2007-05-02 02:13:32 price Exp $ 4 4 5 5 AC_PREREQ(2.59) … … 9 9 10 10 dnl this enables the building of libtap 11 AC_CONFIG_SUBDIRS([test /tap])11 AC_CONFIG_SUBDIRS([tests/tap]) 12 12 13 13 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
Note:
See TracChangeset
for help on using the changeset viewer.
