1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

Use the configmake module.

This commit is contained in:
Bruno Haible
2006-09-18 13:08:56 +00:00
parent dc78038bb5
commit fa77205c7c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-09-17 Bruno Haible <bruno@clisp.org>
* modules/javaversion (Makefile.am): Remove DEFS setting.
(Depends-on): Add configmake, for PKGDATADIR definition.
2006-09-17 Bruno Haible <bruno@clisp.org>
* gnulib-tool (func_append): New function, stolen from libtool.m4.

View File

@@ -14,6 +14,7 @@ pipe
wait-process
getline
gettext-h
configmake
configure.ac:
@@ -21,7 +22,6 @@ Makefile.am:
lib_SOURCES += javaversion.h javaversion.c
EXTRA_DIST += javaversion.java javaversion.class
pkgdata_DATA += javaversion.class
DEFS += -DPKGDATADIR=\"$(pkgdatadir)\"
Include:
"javaversion.h"