Obsolete OpenJDK 18
[oi-userland.git] / components / developer / openjade / patches / openjade-06-autoconf-2.70.patch
blob6774971e784feca5b33410732c9b48bbcfd39220
1 --- openjade-1.3.2/config/configure.in.orig
2 +++ openjade-1.3.2/config/configure.in
3 @@ -12,9 +12,8 @@
4 dnl Credits: this autoconf script was largely "inspired" <g> by the
5 dnl autoconf script around SP made by Henry Thompson.
6 dnl
7 -AC_INIT(dsssl)
8 +AC_INIT( openjade, 1.3.2)
9 AC_CONFIG_AUX_DIR(config)
10 -AM_INIT_AUTOMAKE( openjade, 1.3.2)
11 TOP=`pwd`
12 AC_SUBST(TOP)
13 dnl
14 --- openjade-1.3.2/include/config.h.in.orig
15 +++ openjade-1.3.2/include/config.h.in
16 @@ -18,8 +18,8 @@
17 #endif
18 #endif
20 -#define OPENJADE_PACKAGE PACKAGE
21 -#define OPENJADE_VERSION VERSION
22 +#define OPENJADE_PACKAGE "@PACKAGE_NAME@"
23 +#define OPENJADE_VERSION "@PACKAGE_VERSION@"
24 #ifndef OPENJADE_MESSAGE_DOMAIN
25 #define OPENJADE_MESSAGE_DOMAIN ""
26 #endif