platform/upstream/curl.git
20 years agoupdated the ares instruction
Daniel Stenberg [Wed, 6 Aug 2003 13:21:19 +0000 (13:21 +0000)]
updated the ares instruction

20 years agoLDFLAGS fix to make the GSSAPI build again
Daniel Stenberg [Tue, 5 Aug 2003 15:22:15 +0000 (15:22 +0000)]
LDFLAGS fix to make the GSSAPI build again

20 years agoadded README.ares
Daniel Stenberg [Tue, 5 Aug 2003 14:54:15 +0000 (14:54 +0000)]
added README.ares

20 years agohow to build with ares
Daniel Stenberg [Tue, 5 Aug 2003 14:52:31 +0000 (14:52 +0000)]
how to build with ares

20 years agoares awareness/usage/support added. If configure --enable-ares is used, we
Daniel Stenberg [Tue, 5 Aug 2003 14:40:59 +0000 (14:40 +0000)]
ares awareness/usage/support added. If configure --enable-ares is used, we
build libcurl to use ares for asynch name resolves.

20 years agoAdd --enable-ares support, which will make us build curl with ares for
Daniel Stenberg [Tue, 5 Aug 2003 13:37:29 +0000 (13:37 +0000)]
Add --enable-ares support, which will make us build curl with ares for
asynch name resolves. Still very experimental, beware!

20 years agoclean up the dir tree hierarchy in *_done() to make persistant connection
Daniel Stenberg [Tue, 5 Aug 2003 13:04:10 +0000 (13:04 +0000)]
clean up the dir tree hierarchy in *_done() to make persistant connection
FTP use the correct directories!

Reported in bug report #783116

20 years agoadded test 146 for a ftp persitency test, as reported on the list
Daniel Stenberg [Tue, 5 Aug 2003 13:00:00 +0000 (13:00 +0000)]
added test 146 for a ftp persitency test, as reported on the list

20 years agopersistant connection test
Daniel Stenberg [Tue, 5 Aug 2003 12:59:23 +0000 (12:59 +0000)]
persistant connection test

20 years agoauth problems
Daniel Stenberg [Tue, 5 Aug 2003 12:32:02 +0000 (12:32 +0000)]
auth problems

20 years agocleaned up after David Byron's comment on the libcurl list, aug 5 2003
Daniel Stenberg [Mon, 4 Aug 2003 23:13:39 +0000 (23:13 +0000)]
cleaned up after David Byron's comment on the libcurl list, aug 5 2003

20 years ago Jan Sundin reported a case where curl ignored a cookie that browsers don't,
Daniel Stenberg [Mon, 4 Aug 2003 23:05:57 +0000 (23:05 +0000)]
  Jan Sundin reported a case where curl ignored a cookie that browsers don't,
  which turned up to be due to the number of dots in the 'domain'. I've now
  made curl follow the the original netscape cookie spec less strict on that
  part.

20 years agoadded test 73
Daniel Stenberg [Mon, 4 Aug 2003 22:58:06 +0000 (22:58 +0000)]
added test 73

20 years agoVerifies Jan Sundin's cookie bug, dated aug 4 2003.
Daniel Stenberg [Mon, 4 Aug 2003 22:57:58 +0000 (22:57 +0000)]
Verifies Jan Sundin's cookie bug, dated aug 4 2003.

20 years agoDirk Manske's patch that introduces cookie support to the share interface.
Daniel Stenberg [Mon, 4 Aug 2003 15:02:42 +0000 (15:02 +0000)]
Dirk Manske's patch that introduces cookie support to the share interface.

20 years ago Mark Fletcher provided an excellent bug report that identified a problem
Daniel Stenberg [Sun, 3 Aug 2003 22:18:14 +0000 (22:18 +0000)]
 Mark Fletcher provided an excellent bug report that identified a problem
 with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not
 properly ignore the body contents of 3XX response that included the
 Location: header.

20 years agoserios info leakage!
Daniel Stenberg [Sun, 3 Aug 2003 21:33:25 +0000 (21:33 +0000)]
serios info leakage!

20 years agoWhen proxy authentication is used in a CONNECT request (as used for all SSL
Daniel Stenberg [Sat, 2 Aug 2003 23:36:35 +0000 (23:36 +0000)]
When proxy authentication is used in a CONNECT request (as used for all SSL
connects and otherwise enforced tunnel-thru-proxy requests), the same
authentication header is also wrongly sent to the remote host.

The name and password can then be captured by an evil host and possibly get
used for malicious purposes.

20 years agoupdated as the second proxy-auth header was a proof of a serious info leak
Daniel Stenberg [Sat, 2 Aug 2003 23:35:59 +0000 (23:35 +0000)]
updated as the second proxy-auth header was a proof of a serious info leak
bug!!

20 years agoJoerg Mueller-Tolk fixed a minor mistake
Daniel Stenberg [Fri, 1 Aug 2003 14:20:48 +0000 (14:20 +0000)]
Joerg Mueller-Tolk fixed a minor mistake

20 years agorecent action
Daniel Stenberg [Fri, 1 Aug 2003 12:33:19 +0000 (12:33 +0000)]
recent action

20 years agoDavid Byron's makefile fix to allow 7.10.6 to build fine using VC
Daniel Stenberg [Fri, 1 Aug 2003 07:53:27 +0000 (07:53 +0000)]
David Byron's makefile fix to allow 7.10.6 to build fine using VC

20 years agoadd a check for 'ar' since the lack of it bit Jared Ingersoll
Daniel Stenberg [Wed, 30 Jul 2003 15:10:26 +0000 (15:10 +0000)]
add a check for 'ar' since the lack of it bit Jared Ingersoll
we might need to check for some other tools too that on Solaris are put
in those weird dirs...

20 years agoremoved silly target that only works when building from CVS
Daniel Stenberg [Wed, 30 Jul 2003 14:26:36 +0000 (14:26 +0000)]
removed silly target that only works when building from CVS

20 years agoJörg Müller-Tolk updated this to build fine with 7.10.6
Daniel Stenberg [Wed, 30 Jul 2003 14:19:44 +0000 (14:19 +0000)]
Jörg Müller-Tolk updated this to build fine with 7.10.6

20 years agoftp proxy support would be nice
Daniel Stenberg [Wed, 30 Jul 2003 13:41:59 +0000 (13:41 +0000)]
ftp proxy support would be nice

20 years agoupdated to match the recent ftp patch that makes it check for resumability
Daniel Stenberg [Wed, 30 Jul 2003 07:52:02 +0000 (07:52 +0000)]
updated to match the recent ftp patch that makes it check for resumability

20 years agoDaniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similar
Daniel Stenberg [Wed, 30 Jul 2003 07:51:33 +0000 (07:51 +0000)]
Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similar
style like other faked HTTP headers when NOBODY and HEADER are used.

20 years agoMake sure to generate an uncompressed hugehelp.c file for inclusion in
Daniel Stenberg [Wed, 30 Jul 2003 07:33:41 +0000 (07:33 +0000)]
Make sure to generate an uncompressed hugehelp.c file for inclusion in
the distribution archive, as it isn't sure zlib is present everywhere. Those
who care much for compressed help should regenerate the file.

20 years agoReverted the 'filetime' struct field back to a 'long' as time_t is sometimes
Daniel Stenberg [Wed, 30 Jul 2003 07:22:28 +0000 (07:22 +0000)]
Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes
unsigned and we want this to be able to hold -1 for illegal/unset values.

20 years agoCURLDEBUG not MALLOCDEBUG
Daniel Stenberg [Tue, 29 Jul 2003 11:07:38 +0000 (11:07 +0000)]
CURLDEBUG not MALLOCDEBUG

20 years agoFixes based on Gisle Vanem's input since this script failed due to
Daniel Stenberg [Mon, 28 Jul 2003 23:00:56 +0000 (23:00 +0000)]
Fixes based on Gisle Vanem's input since this script failed due to
possibly crlf newlines.

20 years agoDigest *OR* Basic authorization test
Daniel Stenberg [Mon, 28 Jul 2003 22:17:37 +0000 (22:17 +0000)]
Digest *OR* Basic authorization test

20 years ago7.10.6
Daniel Stenberg [Mon, 28 Jul 2003 12:13:48 +0000 (12:13 +0000)]
7.10.6

20 years agoclear http->send_buffer when we have freed the memory it pointed to
Daniel Stenberg [Mon, 28 Jul 2003 10:21:57 +0000 (10:21 +0000)]
clear http->send_buffer when we have freed the memory it pointed to

20 years agoupdated to the new ftp dir parsing code that allows a preceeding double
Daniel Stenberg [Mon, 28 Jul 2003 09:02:15 +0000 (09:02 +0000)]
updated to the new ftp dir parsing code that allows a preceeding double
slash

20 years agoAs noticed by Kevin Roth, we shall not speak of root dir when it isn't
Daniel Stenberg [Mon, 28 Jul 2003 08:53:12 +0000 (08:53 +0000)]
As noticed by Kevin Roth, we shall not speak of root dir when it isn't
necessarily the root...

20 years agoFrançois Pons brought a patch that once again made curl deal with ftp and
Daniel Stenberg [Mon, 28 Jul 2003 08:50:02 +0000 (08:50 +0000)]
François Pons brought a patch that once again made curl deal with ftp and
"double slash" as indicating the root directory. In the RFC1738-fix of April
30, that ability was removed (since it is not the "right" way).

20 years agouse the correct 'test71' file name for the temp file
Daniel Stenberg [Mon, 28 Jul 2003 08:23:46 +0000 (08:23 +0000)]
use the correct 'test71' file name for the temp file

20 years agogot a bug report on -F in config files, so I wrote up this test to verify
Daniel Stenberg [Mon, 28 Jul 2003 08:21:07 +0000 (08:21 +0000)]
got a bug report on -F in config files, so I wrote up this test to verify
that is works... and it did! ;-)

20 years agohaving it in CVS causes us problems *grrr*
Daniel Stenberg [Fri, 25 Jul 2003 09:46:07 +0000 (09:46 +0000)]
having it in CVS causes us problems *grrr*

20 years agoAndrés García updated with the added files etc
Daniel Stenberg [Fri, 25 Jul 2003 08:59:55 +0000 (08:59 +0000)]
Andrés García updated with the added files etc

20 years agoWith an unknown CA path, we undef the variable. To build properly without
Daniel Stenberg [Fri, 25 Jul 2003 08:47:34 +0000 (08:47 +0000)]
With an unknown CA path, we undef the variable. To build properly without
SSL/CA.

20 years agoonly check for CA bundle path if build with SSL support
Daniel Stenberg [Fri, 25 Jul 2003 08:47:10 +0000 (08:47 +0000)]
only check for CA bundle path if build with SSL support
set a conditional for the makefile if we know the CA path or not

20 years agoRemoved #include <sys/resource.h>, as pointed out by Henry Bland we don't
Daniel Stenberg [Fri, 25 Jul 2003 08:30:58 +0000 (08:30 +0000)]
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't
need it.

21 years agothe test compared numericly if though it could contain a string, and I
Daniel Stenberg [Wed, 23 Jul 2003 17:28:36 +0000 (17:28 +0000)]
the test compared numericly if though it could contain a string, and I
lowered the number of retries to 10

21 years agoWhen we re-use an existing connection we must make sure that we don't
Daniel Stenberg [Wed, 23 Jul 2003 17:06:21 +0000 (17:06 +0000)]
When we re-use an existing connection we must make sure that we don't
accidentally re-use the connect_addr field, as that might no longer be
around. Fix verified by Tracy Boehrer who basicly debugged and tracked down
this problem.

21 years agominor code style fix
Daniel Stenberg [Wed, 23 Jul 2003 12:55:24 +0000 (12:55 +0000)]
minor code style fix

21 years agoSplit out the changes from the year 2002 into a separate file, named
Daniel Stenberg [Wed, 23 Jul 2003 11:59:20 +0000 (11:59 +0000)]
Split out the changes from the year 2002 into a separate file, named
CHANGES.2002.

21 years agoSSLCERTS was moved into the docs/ directory
Daniel Stenberg [Wed, 23 Jul 2003 11:39:05 +0000 (11:39 +0000)]
SSLCERTS was moved into the docs/ directory

21 years agomoved SSLCERTS into the docs/ directory
Daniel Stenberg [Wed, 23 Jul 2003 11:38:19 +0000 (11:38 +0000)]
moved SSLCERTS into the docs/ directory

21 years agoDaniel Kouril's fix to make the GSS-Negotiate work fine.
Daniel Stenberg [Wed, 23 Jul 2003 11:28:59 +0000 (11:28 +0000)]
Daniel Kouril's fix to make the GSS-Negotiate work fine.

21 years agoJuan F. Codagnone's fixes to build properly on Windows again
Daniel Stenberg [Wed, 23 Jul 2003 08:21:21 +0000 (08:21 +0000)]
Juan F. Codagnone's fixes to build properly on Windows again

21 years agoPlain default version of this file, to allow users to build easier from
Daniel Stenberg [Wed, 23 Jul 2003 08:11:28 +0000 (08:11 +0000)]
Plain default version of this file, to allow users to build easier from
CVS. This will be updated by the configure script, and a default is placed
here by the maketgz script.

21 years agoreversed the check for GSSAPI when request that auth
Daniel Stenberg [Tue, 22 Jul 2003 11:15:46 +0000 (11:15 +0000)]
reversed the check for GSSAPI when request that auth

21 years agoCURLDEBUG, not MALLOCDEBUG
Daniel Stenberg [Tue, 22 Jul 2003 10:00:37 +0000 (10:00 +0000)]
CURLDEBUG, not MALLOCDEBUG

21 years agoMore support for NTLM on proxies, now proxy state and nonce is stored in
Daniel Stenberg [Tue, 22 Jul 2003 09:59:36 +0000 (09:59 +0000)]
More support for NTLM on proxies, now proxy state and nonce is stored in
a separate struct properly.

21 years agoThe NTLM functions now take a 'proxy' argument as well.
Daniel Stenberg [Tue, 22 Jul 2003 09:58:57 +0000 (09:58 +0000)]
The NTLM functions now take a 'proxy' argument as well.

21 years agoAdded a separate struct for the proxyntlm data, as it will/can be different
Daniel Stenberg [Tue, 22 Jul 2003 09:58:18 +0000 (09:58 +0000)]
Added a separate struct for the proxyntlm data, as it will/can be different
than the remote server's. That is, both the server and the proxy can in
fact require NTLM auth.

21 years agoCURLDEBUG is the symbol now
Daniel Stenberg [Tue, 22 Jul 2003 09:57:09 +0000 (09:57 +0000)]
CURLDEBUG is the symbol now

21 years agoDon't depend on the TIME_WITH_SYS_TIME define. win32 doesn't have sys/time.h
Daniel Stenberg [Tue, 22 Jul 2003 08:23:16 +0000 (08:23 +0000)]
Don't depend on the TIME_WITH_SYS_TIME define. win32 doesn't have sys/time.h
and I don't think we need it.

21 years agomoved the proxyuser and proxypasswd fields from the sessionhandle to the
Daniel Stenberg [Mon, 21 Jul 2003 13:16:30 +0000 (13:16 +0000)]
moved the proxyuser and proxypasswd fields from the sessionhandle to the
connectdata to work as expected

21 years agoadjusted to support NTLM for proxies
Daniel Stenberg [Mon, 21 Jul 2003 13:16:01 +0000 (13:16 +0000)]
adjusted to support NTLM for proxies

21 years agokrb4-fixes for the moved user+password fields within the structs
Daniel Stenberg [Mon, 21 Jul 2003 09:19:48 +0000 (09:19 +0000)]
krb4-fixes for the moved user+password fields within the structs

21 years agopre4-commit
Daniel Stenberg [Mon, 21 Jul 2003 08:25:31 +0000 (08:25 +0000)]
pre4-commit

21 years agopre4
Daniel Stenberg [Mon, 21 Jul 2003 08:25:21 +0000 (08:25 +0000)]
pre4

21 years agothe CWD-null bug fix
Daniel Stenberg [Mon, 21 Jul 2003 07:54:20 +0000 (07:54 +0000)]
the CWD-null bug fix

21 years agothe fixed skip-blanks in the FTP CWD code called for this adjustment
Daniel Stenberg [Sun, 20 Jul 2003 00:19:44 +0000 (00:19 +0000)]
the fixed skip-blanks in the FTP CWD code called for this adjustment

21 years agoDavid Gardner pointed out in bug report 770755 that using the FTP command CWD
Daniel Stenberg [Sun, 20 Jul 2003 00:18:11 +0000 (00:18 +0000)]
David Gardner pointed out in bug report 770755 that using the FTP command CWD
with a blank argument is a bad idea. Now skip blanks.

21 years agoIf NTLM is requested, only re-use connections that have the exact same
Daniel Stenberg [Sun, 20 Jul 2003 00:02:47 +0000 (00:02 +0000)]
If NTLM is requested, only re-use connections that have the exact same
credentials.

21 years agoexplains my fixes just committed
Daniel Stenberg [Sat, 19 Jul 2003 23:58:21 +0000 (23:58 +0000)]
explains my fixes just committed

21 years agomodified to work fine with the new persistant connection working test suite
Daniel Stenberg [Sat, 19 Jul 2003 23:57:08 +0000 (23:57 +0000)]
modified to work fine with the new persistant connection working test suite
HTTP server

21 years agoswsclose added
Daniel Stenberg [Sat, 19 Jul 2003 23:56:44 +0000 (23:56 +0000)]
swsclose added

21 years agoAccess the user and passwd fields from the connectdata struct now instead
Daniel Stenberg [Sat, 19 Jul 2003 23:56:33 +0000 (23:56 +0000)]
Access the user and passwd fields from the connectdata struct now instead
of the sessionhandle struct, as that was not good.

21 years agoNo longer stores user+password in the sessionhandle, now doing that in the
Daniel Stenberg [Sat, 19 Jul 2003 23:55:15 +0000 (23:55 +0000)]
No longer stores user+password in the sessionhandle, now doing that in the
connectdata struct instead. Each being an allocated pointer.

The passwdgiven field was turned into a local variable in the only
function it was being used.

21 years agofixed the CONNECT thing again
Daniel Stenberg [Sat, 19 Jul 2003 23:54:15 +0000 (23:54 +0000)]
fixed the CONNECT thing again

21 years agoIf the data contents contains the word 'swsclose', then this server will
Daniel Stenberg [Sat, 19 Jul 2003 23:44:22 +0000 (23:44 +0000)]
If the data contents contains the word 'swsclose', then this server will
disconnect the client after the response have been sent. This also happens
if the respons is zero byte long.

In all other cases (unless an error happens), it will now maintain the
connection to allow proper persistant connection testing. This was required
for the NTLM testing to work so I finally had to fix this. Of course most of
the existing HTTP tests will be adjusted to work with this new rule of test
file syntax for HTTP tests.

Also fixed the log function to deal with varargs for better logging.

21 years agorecent changes
Daniel Stenberg [Wed, 16 Jul 2003 00:04:45 +0000 (00:04 +0000)]
recent changes

21 years agomore fixes from Doug Kaufman for DJGPP builds for DOS
Daniel Stenberg [Tue, 15 Jul 2003 23:47:25 +0000 (23:47 +0000)]
more fixes from Doug Kaufman for DJGPP builds for DOS

21 years agoupdated to work with Dan Winship's NTLM domain stuff fix
Daniel Stenberg [Tue, 15 Jul 2003 23:38:06 +0000 (23:38 +0000)]
updated to work with Dan Winship's NTLM domain stuff fix

21 years agoMoved the NTLM credentials to the connectdata struct instead, as NTLM
Daniel Stenberg [Tue, 15 Jul 2003 23:36:50 +0000 (23:36 +0000)]
Moved the NTLM credentials to the connectdata struct instead, as NTLM
authenticates connections and not single requests. This should make it work
better when we mix requests from multiple hosts. Problem pointed out by
Cris Bailiff.

21 years agoFix to the endless loop of bad Basic authentication as reported in Cris
Daniel Stenberg [Tue, 15 Jul 2003 23:06:02 +0000 (23:06 +0000)]
Fix to the endless loop of bad Basic authentication as reported in Cris
Bailiff's bug report 768275.

21 years agoDan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER
Daniel Stenberg [Tue, 15 Jul 2003 22:58:36 +0000 (22:58 +0000)]
Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER
for the user field. I changed it slightly to stay with strchr() only instead
of strpbrk() for portability reasons.

21 years agoDan Winship's fix to make the new auth stuff such as NTLM to work with
Daniel Stenberg [Tue, 15 Jul 2003 22:46:01 +0000 (22:46 +0000)]
Dan Winship's fix to make the new auth stuff such as NTLM to work with
the multi interface

21 years agoDan Winship pointed out this flaw
Daniel Stenberg [Tue, 15 Jul 2003 22:44:48 +0000 (22:44 +0000)]
Dan Winship pointed out this flaw

21 years agore-use existing variable instead of declaring a new local one
Daniel Stenberg [Sat, 5 Jul 2003 13:27:02 +0000 (13:27 +0000)]
re-use existing variable instead of declaring a new local one

21 years agoSome of Doug Kaufman's changes for the DOS port
Daniel Stenberg [Sat, 5 Jul 2003 13:13:49 +0000 (13:13 +0000)]
Some of Doug Kaufman's changes for the DOS port

21 years agothe latest changes
Daniel Stenberg [Fri, 4 Jul 2003 18:18:17 +0000 (18:18 +0000)]
the latest changes

21 years agoHAVE_SETVBUF removed, no longer used
Daniel Stenberg [Fri, 4 Jul 2003 18:17:58 +0000 (18:17 +0000)]
HAVE_SETVBUF removed, no longer used

21 years agoremoved
Daniel Stenberg [Fri, 4 Jul 2003 18:15:53 +0000 (18:15 +0000)]
removed

21 years agoDan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in
Daniel Stenberg [Fri, 4 Jul 2003 18:15:25 +0000 (18:15 +0000)]
Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in
the configure script. We set it differently now and generate the
lib/ca-bundle.h file entirely.

21 years agoremove the usage of setvbuf() and use fflush() instead if no buffering should
Daniel Stenberg [Fri, 4 Jul 2003 17:16:34 +0000 (17:16 +0000)]
remove the usage of setvbuf() and use fflush() instead if no buffering should
be done on the output

21 years agoCURLDEBUG not MALLOCDEBUG anymore
Daniel Stenberg [Fri, 4 Jul 2003 16:37:16 +0000 (16:37 +0000)]
CURLDEBUG not MALLOCDEBUG anymore

21 years agoadjusted to the NTLM updates
Daniel Stenberg [Fri, 4 Jul 2003 16:36:31 +0000 (16:36 +0000)]
adjusted to the NTLM updates

21 years agoPeter Sylvester's patch was applied that introduces the following:
Daniel Stenberg [Fri, 4 Jul 2003 16:29:23 +0000 (16:29 +0000)]
Peter Sylvester's patch was applied that introduces the following:

   CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the
   OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If
   anything but CURLE_OK is returned, that will also be returned by libcurl
   all the way back. If this function changes the CURLOPT_URL, libcurl will
   detect this and instead go use the new URL.

   CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set
   with CURLOPT_SSL_CTX_FUNCTION.

21 years agoDavid Byron's patch that allows a client to make the server quit with a
Daniel Stenberg [Tue, 1 Jul 2003 15:21:42 +0000 (15:21 +0000)]
David Byron's patch that allows a client to make the server quit with a
magic url.

21 years agonew CVS info
Daniel Stenberg [Tue, 1 Jul 2003 12:12:10 +0000 (12:12 +0000)]
new CVS info

21 years agoGisle Vanem found a lib handle leak in the ldap code
Daniel Stenberg [Tue, 1 Jul 2003 10:12:52 +0000 (10:12 +0000)]
Gisle Vanem found a lib handle leak in the ldap code

21 years agoWhen I introduced the DIST_SUBDIRS usage, I broken the 'make install' for
Daniel Stenberg [Fri, 27 Jun 2003 14:37:38 +0000 (14:37 +0000)]
When I introduced the DIST_SUBDIRS usage, I broken the 'make install' for
include files and docs, so now I've added a custom install hook to run
make install for docs and install when data is installed at the top-level.

21 years agorevert out my bogus commit. ;-)
Sterling Hughes [Thu, 26 Jun 2003 21:30:48 +0000 (21:30 +0000)]
revert out my bogus commit. ;-)