blob: b656f3d87c9371dbe09d1f611fd91a9a2d374276 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig 2011-12-23 17:28:29.000000000 +0800
+++ configure 2012-01-03 13:49:13.000000000 +0800
@@ -3701,7 +3701,7 @@
source_highlightdatadir=$datadir/source-highlight
source_highlightdocdir=$docdir
source_highlightlibdocdir=$docdir/api
-source_highlightlibexampledir=$docdir/examples
+source_highlightlibexampledir=$datarootdir/examples/source-highlight
bash_completiondir=$sysconfdir/bash_completion.d
LIBRARY_NAMESPACE=srchilite
@@ -20546,7 +20546,7 @@
fi
-for ac_prog in ctags exuberant-ctags
+for ac_prog in exctags exuberant-ctags
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
|