Index: /trunk/Nebulous/nebclient/autogen.sh
===================================================================
--- /trunk/Nebulous/nebclient/autogen.sh	(revision 13120)
+++ /trunk/Nebulous/nebclient/autogen.sh	(revision 13121)
@@ -82,5 +82,5 @@
 
 # bypass taps bootstrap.sh
-cd ./test/tap
+cd ./tests/tap
 $LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
 $ACLOCAL || echo "$ACLOCAL failed"
Index: /trunk/Nebulous/nebclient/configure.ac
===================================================================
--- /trunk/Nebulous/nebclient/configure.ac	(revision 13120)
+++ /trunk/Nebulous/nebclient/configure.ac	(revision 13121)
@@ -1,5 +1,5 @@
 dnl Copyright (C) 2005  Joshua Hoblitt
 dnl
-dnl $Id: configure.ac,v 1.13 2007-03-28 23:24:00 jhoblitt Exp $
+dnl $Id: configure.ac,v 1.14 2007-05-02 02:13:32 price Exp $
 
 AC_PREREQ(2.59)
@@ -9,5 +9,5 @@
 
 dnl this enables the building of libtap
-AC_CONFIG_SUBDIRS([test/tap])
+AC_CONFIG_SUBDIRS([tests/tap])
 
 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
