URL:
  <http://savannah.gnu.org/bugs/?24360>

                 Summary: grep 2.5.3 fails to install po files when mkdir is
not gnu.
                 Project: grep
            Submitted by: the_paya
            Submitted on: Tue 23 Sep 2008 09:44:12 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

grep-2.5.3/po/Makefile.in.in is missing a 
top_builddir = @top_builddir@

On systems where mkdir is not 'GNU', after configure script tries 'mkdir
--version' and the answer is not from coreutils or fileutils mkdir, it sets
"mkdir_p" to "$(top_builddir)./install-sh -c -d"
As the only "Makefile.in" missing the top_builddir placeholder in the
subdirs, po/Makefile.in.in $mkdir_p inherits $top_builddir from the main
Makefile (where it's set to "./").

Attached patch inserts @top_builddir@ so it gets replaced at ./configure time
to "../".



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 23 Sep 2008 09:44:12 PM GMT  Name: grep-2.5.3-pofix.patch  Size:
322B   By: the_paya
patch to grep-2.5.3/po/Makefile.in.in
<http://savannah.gnu.org/bugs/download.php?file_id=16558>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24360>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to