summaryrefslogtreecommitdiff
path: root/japanese/expect/files/patch-ab
blob: ac53296680f2ec536b6ae196fd819e061b282f8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- configure.in.ORIG	Wed Oct  7 14:12:36 1998
+++ configure.in	Wed Oct  7 14:13:44 1998
@@ -10,11 +10,14 @@
 # note when updating version numbers here, also update pkgIndex.in (see
 # comments in Makefile)
 EXP_MAJOR_VERSION=5
-EXP_MINOR_VERSION=28
+EXP_MINOR_VERSION_PREFIX=28
+EXP_MINOR_VERSION_L10N=jp
+EXP_MINOR_VERSION=$EXP_MINOR_VERSION_PREFIX$EXP_MINOR_VERSION_L10N
 EXP_MICRO_VERSION=1
 EXP_VERSION=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION
 EXP_VERSION_NODOTS=$EXP_MAJOR_VERSION$EXP_MINOR_VERSION
 EXP_VERSION_FULL=$EXP_VERSION.$EXP_MICRO_VERSION
+EXP_VERSION_PKG=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION_PREFIX.$EXP_MICRO_VERSION
 # Tcl's handling of shared_lib_suffix requires this symbol exist
 VERSION=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION
 
@@ -1003,9 +1006,9 @@
 if test x"$no_tk" != x"true" ; then
 # libexpectk no longer exists
 #  X_PROGS="expectk \$(LIBEXPECTK)"
-  X_PROGS=expectk
+  X_PROGS=expectkjp
 # should really generate following symbol, but I'm hitting configure's limit on substs.
-  X_PROGS_INSTALLED=expectk_installed
+  X_PROGS_INSTALLED=expectkjp_installed
 else
   X_PROGS="# no X support on this system"
   AC_MSG_WARN([No X based programs will be built])
@@ -1126,6 +1129,7 @@
 AC_SUBST(EXP_MINOR_VERSION)
 AC_SUBST(EXP_MICRO_VERSION)
 AC_SUBST(EXP_VERSION_FULL)
+AC_SUBST(EXP_VERSION_PKG)
 AC_SUBST(EXP_VERSION)
 AC_SUBST(CC)
 AC_SUBST(EXP_CONFIG_SHELL)
@@ -1149,4 +1153,5 @@
 AC_SUBST(SETUID)
 AC_SUBST(UNSHARED_RANLIB)
 AC_SUBST(DEFAULT_STTY_ARGS)
+AC_SUBST(INSTALL_SCRIPT)
 AC_OUTPUT(Makefile pkgIndex)