You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Eric Covener <co...@gmail.com> on 2005/05/23 22:02:45 UTC

[PATCH] Use APRUTIL_LIBNAME in aprutil.exp

This is allready done for apr/configure.in but not apr-util/configure.in

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 178005)
+++ Makefile.in	(working copy)
@@ -77,7 +77,7 @@
 	$(APR_MKVAREXPORT) $(HEADERS) > $@
 
 aprutil.exp: exports.c export_vars.c
-	@echo "#! libaprutil.so" > $@
+	@echo "#! lib@APRUTIL_LIBNAME@.so" > $@
 	@echo "* This file was AUTOGENERATED at build time." >> $@
 	@echo "* Please do not edit by hand." >> $@
 	$(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" |
sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@


Thanks,
-- 
Eric Covener
covener@gmail.com