bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] Add support for PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR to


From: Bruno Haible
Subject: Re: [bug-gnulib] Add support for PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR to configmake
Date: Mon, 18 Sep 2006 14:51:00 +0200
User-agent: KMail/1.9.1

Paul Eggert wrote:
> The javaversion module can now be simplified a bit, by adding a
> dependency on configmake, so that its 'make' output is made a bit
> shorter.

Yes. I'm doing this change.

2006-09-17  Bruno Haible  <address@hidden>

        * modules/javaversion (Makefile.am): Remove DEFS setting.
        (Depends-on): Add configmake, for PKGDATADIR definition.

*** gnulib-20060908/modules/javaversion 2006-08-07 14:13:39.000000000 +0200
--- gnulib-20060908-modified/modules/javaversion        2006-09-17 
22:59:18.000000000 +0200
***************
*** 14,19 ****
--- 14,20 ----
  wait-process
  getline
  gettext-h
+ configmake
  
  configure.ac:
  
***************
*** 21,27 ****
  lib_SOURCES += javaversion.h javaversion.c
  EXTRA_DIST += javaversion.java javaversion.class
  pkgdata_DATA += javaversion.class
- DEFS += -DPKGDATADIR=\"$(pkgdatadir)\"
  
  Include:
  "javaversion.h"
--- 22,27 ----




reply via email to

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