On Sat, Nov 17, 2001 at 01:57:38AM -0000, [EMAIL PROTECTED] wrote: > aaron 01/11/16 17:57:38 > > Modified: flood configure.in > Log: > I didn't mean to get rid of the EXTRA_* macros that are substututed > directly into the Makefile. > > Also, sometimes gcc (eg. linux) needs -rpath the same way solaris > does -R. This seems to work here, but I still think there's got to > be a better way.
See how we do it in APR/httpd. There is a special variable that may be defined at config time that is the special linkpath (i.e. -R or -rpath). -- justin