X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 17 Jul 2009 16:39:41 +0300 From: Eli Zaretskii Subject: Re: ZILE 2.3.7 (very hard to build, needs weird hacks just to compile) In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <837hy7qvhe.fsf@gnu.org> References: <70ca0c3b-f777-47b2-80c8-ee6dccf249eb AT t21g2000yqi DOT googlegroups DOT com> <3404e585-bd5f-47b9-8663-2070bd9d6651 AT b15g2000yqd DOT googlegroups DOT com> <807a4a2c-8d2e-4231-b504-c822c9dba176 AT k20g2000vbp DOT googlegroups DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Rugxulo > Date: Fri, 17 Jul 2009 04:38:26 -0700 (PDT) > > > djtar -x %F1% > > cd zile* > > sed -i -e "/-lcurses/s//-lpdcurses/" -e "/mp_cv_curses=no/s/=no/=yes/" -e "\,\\\\r,s,\\\\,\\," configure > > "configure" is such a big file that sed will be quite slow editing it. > (Actually running "configure" itself is the slowest thing. It really > checks too much stuff !!) Hence, it'd be faster to just let it run its > course and edit the resulting (small) config.status instead and then > manually run: bash -c "./config.status" (to create the various > makefiles). I don't think this will work, at least not easily, since `configure' invokes `config.status' automatically. > Ignore the whole curses hack mentioned above as you can > later do "make CURSES_LIB=-lpdcurses" instead. That requires one to know this. How many users will?