bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #24360] grep 2.5.3 fails to install po files when mkdir is not gnu.


From: Javier Villavicencio
Subject: [bug #24360] grep 2.5.3 fails to install po files when mkdir is not gnu.
Date: Tue, 23 Sep 2008 21:44:14 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

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

[Prev in Thread] Current Thread [Next in Thread]