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:
@@ -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>
|
2006-09-17 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* gnulib-tool (func_append): New function, stolen from libtool.m4.
|
* gnulib-tool (func_append): New function, stolen from libtool.m4.
|
||||||
|
@@ -14,6 +14,7 @@ pipe
|
|||||||
wait-process
|
wait-process
|
||||||
getline
|
getline
|
||||||
gettext-h
|
gettext-h
|
||||||
|
configmake
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
@@ -21,7 +22,6 @@ Makefile.am:
|
|||||||
lib_SOURCES += javaversion.h javaversion.c
|
lib_SOURCES += javaversion.h javaversion.c
|
||||||
EXTRA_DIST += javaversion.java javaversion.class
|
EXTRA_DIST += javaversion.java javaversion.class
|
||||||
pkgdata_DATA += javaversion.class
|
pkgdata_DATA += javaversion.class
|
||||||
DEFS += -DPKGDATADIR=\"$(pkgdatadir)\"
|
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
"javaversion.h"
|
"javaversion.h"
|
||||||
|
Reference in New Issue
Block a user