Message-ID: <20010210155908.784.qmail@lauras.lt> From: "Laurynas Biveinis" Date: Sat, 10 Feb 2001 17:59:08 +0200 To: djgpp-workers AT delorie DOT com Subject: Solving Makefile.in.in SFN problem Mail-Followup-To: djgpp-workers AT delorie DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i Reply-To: djgpp-workers AT delorie DOT com Yet another problem - in configure.in I've to replace one occurence of `po/Makefile.in' with `po/Makefile.in:po/Makefile.in-' but I have to leave untouched all following occurences. So I've written the following sed command s/po\/Makefile.in/[^-:]/po\/Makefile.in:po\/Makefile.in-/1 But it replaces all occurences, although SED docs say flag '1' should replace only first occurence. What I'm doing wrong? Maybe others know other, better ways to solve this Makefile.in.in problem? Laurynas