Re: Minor patch for Makefile.in
From: Mo DeJong <mdejong_at_cygnus.com>
Date: 2001-06-05 01:16:55 CEST
> diff -u -r1.87 configure.in
Woops, sorry I screwed this patch up. Here is
Index: configure.in
Also, there is a problem installing .h files from a build directory.
This sort of entry in build-outputs.mk:
$(INSTALL_INCLUDE) subversion/include/svn_base64.h $(includedir)/svn_base64.h
Needs to be:
$(INSTALL_INCLUDE) $(top_srcdir)/subversion/include/svn_base64.h $(includedir)/svn_base64.h
Mo DeJong
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.