1a44fea77SAriel Constenla-Hailediff -uNrp misc/build/mythes-1.2.0/configure misc/mythes-1.2.0/configure
2a44fea77SAriel Constenla-Haile--- misc/build/mythes-1.2.0/configure	2010-02-27 12:57:37.000000000 -0300
3a44fea77SAriel Constenla-Haile+++ misc/mythes-1.2.0/configure	2011-11-21 10:48:03.724435792 -0300
4a44fea77SAriel Constenla-Haile@@ -748,6 +748,7 @@ LTLIBOBJS
5a44fea77SAriel Constenla-Haile LIBOBJS
6a44fea77SAriel Constenla-Haile HUNSPELL_LIBS
7a44fea77SAriel Constenla-Haile HUNSPELL_CFLAGS
8a44fea77SAriel Constenla-Haile+ENABLE_EXAMPLE
9a44fea77SAriel Constenla-Haile PKG_CONFIG
10a44fea77SAriel Constenla-Haile CXXCPP
11a44fea77SAriel Constenla-Haile CPP
12a44fea77SAriel Constenla-Haile@@ -867,6 +868,7 @@ ac_subst_files=''
13a44fea77SAriel Constenla-Haile ac_user_opts='
14a44fea77SAriel Constenla-Haile enable_option_checking
15a44fea77SAriel Constenla-Haile enable_dependency_tracking
16a44fea77SAriel Constenla-Haile+enable_example
17a44fea77SAriel Constenla-Haile with_gnu_ld
18a44fea77SAriel Constenla-Haile enable_rpath
19a44fea77SAriel Constenla-Haile enable_shared
20a44fea77SAriel Constenla-Haile@@ -1519,6 +1521,8 @@ Optional Features:
21a44fea77SAriel Constenla-Haile                           optimize for fast installation [default=yes]
22a44fea77SAriel Constenla-Haile   --disable-libtool-lock  avoid locking (might break parallel builds)
23a44fea77SAriel Constenla-Haile
24a44fea77SAriel Constenla-Haile+  --enable-example        compiles the example (requires hunspell library)
25a44fea77SAriel Constenla-Haile+
26a44fea77SAriel Constenla-Haile Optional Packages:
27a44fea77SAriel Constenla-Haile   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
28a44fea77SAriel Constenla-Haile   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
29a44fea77SAriel Constenla-Haile@@ -3723,6 +3727,19 @@ fi
30a44fea77SAriel Constenla-Haile
31a44fea77SAriel Constenla-Haile
32a44fea77SAriel Constenla-Haile
33a44fea77SAriel Constenla-Haile+# Check whether --enable-example was given.
34a44fea77SAriel Constenla-Haile+if test "${enable_example+set}" != set; then :
35a44fea77SAriel Constenla-Haile+  ENABLE_EXAMPLE=no;
36a44fea77SAriel Constenla-Haile+  $enable_example=no;
37a44fea77SAriel Constenla-Haile+else
38a44fea77SAriel Constenla-Haile+  ENABLE_EXAMPLE=$enable_example;
39a44fea77SAriel Constenla-Haile+fi
40a44fea77SAriel Constenla-Haile+
41a44fea77SAriel Constenla-Haile+
42a44fea77SAriel Constenla-Haile+
43a44fea77SAriel Constenla-Haile+
44a44fea77SAriel Constenla-Haile+
45a44fea77SAriel Constenla-Haile+
46a44fea77SAriel Constenla-Haile depcc="$CC"   am_compiler_list=
47a44fea77SAriel Constenla-Haile
48a44fea77SAriel Constenla-Haile { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
49a44fea77SAriel Constenla-Haile@@ -14476,6 +14493,8 @@ $as_echo "no" >&6; }
50a44fea77SAriel Constenla-Haile
51a44fea77SAriel Constenla-Haile fi
52a44fea77SAriel Constenla-Haile
53a44fea77SAriel Constenla-Haile+
54a44fea77SAriel Constenla-Haile+if test "$ENABLE_EXAMPLE" != "no"; then
55a44fea77SAriel Constenla-Haile pkg_failed=no
56a44fea77SAriel Constenla-Haile { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HUNSPELL" >&5
57a44fea77SAriel Constenla-Haile $as_echo_n "checking for HUNSPELL... " >&6; }
58a44fea77SAriel Constenla-Haile@@ -14561,6 +14580,9 @@ else
59a44fea77SAriel Constenla-Haile $as_echo "yes" >&6; }
60a44fea77SAriel Constenla-Haile 	:
61a44fea77SAriel Constenla-Haile fi
62a44fea77SAriel Constenla-Haile+fi
63a44fea77SAriel Constenla-Haile+export ENABLE_EXAMPLE
64a44fea77SAriel Constenla-Haile+
65a44fea77SAriel Constenla-Haile
66a44fea77SAriel Constenla-Haile ac_config_files="$ac_config_files Makefile mythes.pc"
67a44fea77SAriel Constenla-Haile
68a44fea77SAriel Constenla-Hailediff -uNrp misc/build/mythes-1.2.0/Makefile.in misc/mythes-1.2.0/Makefile.in
69a44fea77SAriel Constenla-Haile--- misc/build/mythes-1.2.0/Makefile.in	2010-02-27 12:57:35.000000000 -0300
70*75c6398bSPedro Giffuni+++ misc/mythes-1.2.0/Makefile.in	2011-11-22 20:39:45.589038536 -0300
71*75c6398bSPedro Giffuni@@ -675,7 +675,7 @@ distcleancheck: distclean
72*75c6398bSPedro Giffuni 	       exit 1; } >&2
73*75c6398bSPedro Giffuni check-am: all-am
74*75c6398bSPedro Giffuni check: check-am
75*75c6398bSPedro Giffuni-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
76*75c6398bSPedro Giffuni+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \
77*75c6398bSPedro Giffuni 		$(HEADERS) config.h
78*75c6398bSPedro Giffuni installdirs:
79*75c6398bSPedro Giffuni 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfdir)" "$(DESTDIR)$(libmythes_1_2_includedir)"; do \
80