search for: pkgincludedir

Displaying 3 results from an estimated 3 matches for "pkgincludedir".

2006 May 17
1
libshout includedir change
...e.am =================================================================== --- include/shout/Makefile.am (revision 10991) +++ include/shout/Makefile.am (revision 10992) <at> <at> -2,5 +2,5 <at> <at> AUTOMAKE_OPTIONS = foreign -includedir = $(prefix)/include/shout +pkgincludedir = $(includedir)/shout nodist_include_HEADERS = shout.h > Can anyone explain what this change is meant to accomplish? If not, > I'm just going to revert it. The original line, includedir = $(prefix)/include/shout is wrong. "includedir" is an autotools variable that you're...
2010 Jul 21
0
Samba install on AIX
...ne LISPDIR ""'; echo '#define LOCALEDIR "/usr/local/share/locale"'; echo '#define MANDIR "/usr/local/share/man"'; echo '#define MANEXT ""'; echo '#define PKGDATADIR "/usr/local/share/m4"'; echo '#define PKGINCLUDEDIR "/usr/local/include/m4"'; echo '#define PKGLIBDIR "/usr/local/lib/m4"'; echo '#define PKGLIBEXECDIR "/usr/local/libexec/m4"'; } | sed '/""/d' > configmake.h-t && if test -f configmake.h && cmp configmake.h...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +...