| for po in `ls -1 ./*.pt_BR.po 2>/dev/null`; do \
| make $(basename ${po%.pt_BR.po}); \
| done
| Makefile:904: *** Recursive variable `mandir' references itself (eventually).
Stop.
Signed-off-by: Andreas Oberritter
--- parted-3.1/doc/po4a.mk.orig 2012-03-
from...
| configure.ac:55: the top level
| autom4te: /usr/bin/m4 failed with exit status: 1
Signed-off-by: Andreas Oberritter
--- parted-3.1/build-aux/git-version-gen.orig 2012-03-15 13:51:38.911841912
+0100
+++ parted-3.1/build-aux/git-version-gen2012-03-15 13:51:50.171841800
+0100
@@
Hi,
git-version-gen from the 3.1 release tarball doesn't initialize
'prefix'. If prefix happens to be set to /usr in the caller's
environment, the script will fail. According to the help screen, prefix
should default to 'v'. Please add prefix="v" to the beginning of
git-version-gen to fix this pro