From 91fb831076504e4760eb9bdfb1683d5221e1aeae Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 17 Jun 2006 00:30:02 +0200 Subject: configure.in, net_serv.cc, compile-netware-END: Changes for Netware sql/net_serv.cc: Netware needs configure.in: Call of "comp_err" has moved, changed code for Netware that edits make files to reflect this netware/BUILD/compile-netware-END: After correcting "configure.in" to edit make files correctly, removed obsolete "sed" of "extra/Makefile.am" for Netware --- netware/BUILD/compile-netware-END | 5 ----- 1 file changed, 5 deletions(-) (limited to 'netware/BUILD/compile-netware-END') diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END index f7da0d9596e..c5c08cea908 100755 --- a/netware/BUILD/compile-netware-END +++ b/netware/BUILD/compile-netware-END @@ -21,11 +21,6 @@ rm -rf Makefile.in.bk # run auto tools . $path/compile-AUTOTOOLS -# For NetWare there is no comp_err but comp_err.linux -sed -e "s/comp_err/comp_err.linux/g" extra/Makefile.am > extra/Makefile.am.$$ -sed -e "s/replace comp_err.linux/replace comp_err/g" extra/Makefile.am.$$ > extra/Makefile.am -rm extra/Makefile.am.$$ - # configure ./configure $base_configs $extra_configs -- cgit v1.2.1