bug-gnu-utils
[Top][All Lists]
Advanced

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

Bug: po/Makefile.in.in mkinstalldirs handling


From: Roger Leigh
Subject: Bug: po/Makefile.in.in mkinstalldirs handling
Date: Thu, 25 Jan 2001 23:21:23 +0000
User-agent: Mutt/1.2.5i

po/Makefile.in.in:
MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
This lists the path twice:
if test -r 
"/home/roger/gimp-print/print//home/roger/gimp-print/print/scripts/mkinstalldirs";
 then \
  
/home/roger/gimp-print/print//home/roger/gimp-print/print/scripts/mkinstalldirs 
/usr/local/share; \
else \
  /bin/sh /home/roger/gimp-print/print/mkinstalldirs /usr/local/share; \
fi
I would suggest changing this to just 'MKINSTALLDIRS = @MKINSTALLDIRS@', like
in normal Makefile.in's. I don't know if this an automake or gettext problem,
so I have sent a bug report to the automake people too, although I think that
it is just a problem with this Makefile.

This might not have shown up before because mkinstalldirs is in the
directory specified by AC_CONFIG_AUX_DIR. It only affects VPATH builds,
where configure is run from a separate build directory.

The source that causes this problem is the latest gimp-print CVS,
available from anonymous CVS at sourceforge.net.

Roger

-- 
Roger Leigh ** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
For GPG Public Key: finger address@hidden or see public keyservers.



reply via email to

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