blob: 3f80efa6e6b8f34ffb05bb65361858fa352aa1d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ai,v 1.1.1.1 2004/09/24 21:16:02 dmcmahill Exp $
--- configure.orig Tue Aug 10 20:58:44 2004
+++ configure
@@ -270,7 +270,7 @@ PACKAGE_VERSION='3.3'
PACKAGE_STRING='itcl-master 3.3'
PACKAGE_BUGREPORT=''
-ac_subdirs_all="$ac_subdirs_all itcl itk"
+ac_subdirs_all="$ac_subdirs_all itcl itk iwidgets"
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CYGPATH EXEEXT PKG_LIB_FILE PKG_STUB_LIB_FILE PKG_STUB_SOURCES PKG_STUB_OBJECTS PKG_TCL_SOURCES PKG_HEADERS PKG_INCLUDES PKG_LIBS PKG_CFLAGS TCL_VERSION TCL_BIN_DIR TCL_SRC_DIR TCL_LIB_FILE TCL_LIB_FLAG TCL_LIB_SPEC TCL_STUB_LIB_FILE TCL_STUB_LIB_FLAG TCL_STUB_LIB_SPEC TCL_LIBS TCL_DEFS TCL_EXTRA_CFLAGS TCL_LD_FLAGS TCL_SHLIB_LD_LIBS subdirs LIBOBJS LTLIBOBJS'
ac_subst_files=''
@@ -1512,7 +1512,7 @@ echo "$as_me: --exec-prefix defaulting t
-subdirs="$subdirs itcl itk"
+subdirs="$subdirs itcl itk iwidgets"
ac_config_files="$ac_config_files Makefile"
|