[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freeipmi-devel] PACKAGE_NAME
From: |
Ian Zimmerman |
Subject: |
Re: [Freeipmi-devel] PACKAGE_NAME |
Date: |
13 May 2004 13:10:14 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Al> Hey Ian, in libfreeipmi/Makefile.am, does
Al> IPCDIR = /var/lib/$(PACKAGE_NAME)
Al> install ipcky to the right location on debian?? On autoconf 2.57 on
Al> Redhat, you have to do a substitution (i.e. /var/lib/@PACKAGE_NAME@)
Al> instead. The makefile variable PACKAGE_NAME is never created.
It works with autoconf 2.59 + automake 1.6. Unfortunately there isn't
an autoconf 2.57 Debian package I can install.
What happens when you replace PACKAGE_NAME with PACKAGE?
Ian