[Nagiosplug-devel] [ nagiosplug-Bugs-1673315 ] MAKEINSTALLDIRS not set correctly in po/Makefile
SourceForge.net
noreply at sourceforge.net
Sun Mar 4 17:08:49 CET 2007
Bugs item #1673315, was opened at 2007-03-04 07:10
Message generated for change (Comment added) made by hweiss
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1673315&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: Release (specify)
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Brian J Kolden (bkolden)
Assigned to: Nobody/Anonymous (nobody)
Summary: MAKEINSTALLDIRS not set correctly in po/Makefile
Initial Comment:
Compiling nagios-plugins-1.4.6 on Ununtu Linux 6.06
./configure
make
make[1]: Entering directory `/usr/src/nagios-plugins-1.4.6/po'
/bin/sh @MKINSTALLDIRS@ /usr/local/nagios/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/usr/src/nagios-plugins-1.4.6/po'
make: *** [install-recursive] Error 1
diff po/Makefile po/Makefile.fix
33c33
< MKINSTALLDIRS = @MKINSTALLDIRS@
---
> MKINSTALLDIRS = ../mkinstalldirs
This seemed to fix the problem.
----------------------------------------------------------------------
>Comment By: Holger Weiss (hweiss)
Date: 2007-03-04 17:08
Message:
Logged In: YES
user_id=759506
Originator: NO
Yes, this was fixed in CVS some time ago.
Thanks, Holger
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1673315&group_id=29880
More information about the Devel
mailing list