jim 97/07/16 20:22:45
Modified: src/helpers TestLib
Log:
Oops II, I'm tired
Revision Changes Path
1.3 +6 -0 apache/src/helpers/TestLib
Index: TestLib
===================================================================
RCS file: /export/home/cvs/apache/src/helpers/TestLib,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** TestLib 1997/07/17 03:08:30 1.2
--- TestLib 1997/07/17 03:22:45 1.3
***************
*** 10,19 ****
--- 10,25 ----
# library exists and we print out "yes" otherwise we
# print out "no"
#
+ # This must be run as './helpers/TestLib <libname>' from
+ # the ./src directory (same directory that Configure is
+ # located) if you want to test it out. Configure must
+ # also call it as './helpers/TestLib <libname>'
+ #
#
# Get makefile settings and build a basic Makefile
#
+ cd ./helpers
rm -rf a.out
cat ../Makefile.config > Makefile
cat <<EOF >> Makefile