[patch #7678] Set top_builddir in po/Makefile.in.in

2011-11-28 Thread Max Horn
URL: Summary: Set top_builddir in po/Makefile.in.in Project: grep Submitted by: fingolfin Submitted on: Mo 28 Nov 2011 12:45:53 CET Category: None Priority: 5 - Normal

bug#25643: po/Makefile.in.in is missing top_builddir

2017-02-07 Thread Max Horn
Hi there, this is a bug that affects grep 2.28 and several preceding versions: The po/Makefile.in.in is using $top_builddir, but the variable is never set. Fixing this is of course trivial, one just needs to insert top_builddir = @top_builddir@ in the appropriate place. However, this file is no