IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13121


Ignore:
Timestamp:
May 1, 2007, 4:13:32 PM (19 years ago)
Author:
Paul Price
Message:

Fixing test directory name so build will work.

Location:
trunk/Nebulous/nebclient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/autogen.sh

    r13103 r13121  
    8282
    8383# bypass taps bootstrap.sh
    84 cd ./test/tap
     84cd ./tests/tap
    8585$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
    8686$ACLOCAL || echo "$ACLOCAL failed"
  • trunk/Nebulous/nebclient/configure.ac

    r12649 r13121  
    11dnl Copyright (C) 2005  Joshua Hoblitt
    22dnl
    3 dnl $Id: configure.ac,v 1.13 2007-03-28 23:24:00 jhoblitt Exp $
     3dnl $Id: configure.ac,v 1.14 2007-05-02 02:13:32 price Exp $
    44
    55AC_PREREQ(2.59)
     
    99
    1010dnl this enables the building of libtap
    11 AC_CONFIG_SUBDIRS([test/tap])
     11AC_CONFIG_SUBDIRS([tests/tap])
    1212
    1313AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
Note: See TracChangeset for help on using the changeset viewer.