... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
# Guess values for system-dependent variables and create Makefiles. |
3 | 3 |
# Generated by GNU Autoconf 2.69 for CytoML 1.9.4. |
4 | 4 |
# |
5 |
-# Report bugs to <wjiang2@fhcrc.org>. |
|
5 |
+# Report bugs to <mike@ozette.ai>. |
|
6 | 6 |
# |
7 | 7 |
# |
8 | 8 |
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
... | ... |
@@ -265,7 +265,7 @@ fi |
265 | 265 |
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
266 | 266 |
$as_echo "$0: be upgraded to zsh 4.3.4 or later." |
267 | 267 |
else |
268 |
- $as_echo "$0: Please tell bug-autoconf@gnu.org and wjiang2@fhcrc.org |
|
268 |
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and mike@ozette.ai |
|
269 | 269 |
$0: about your system, including any error possibly output |
270 | 270 |
$0: before this message. Then install a modern shell, or |
271 | 271 |
$0: manually run the script under such a shell if you do |
... | ... |
@@ -581,7 +581,7 @@ PACKAGE_NAME='CytoML' |
581 | 581 |
PACKAGE_TARNAME='cytoml' |
582 | 582 |
PACKAGE_VERSION='1.9.4' |
583 | 583 |
PACKAGE_STRING='CytoML 1.9.4' |
584 |
-PACKAGE_BUGREPORT='wjiang2@fhcrc.org' |
|
584 |
+PACKAGE_BUGREPORT='mike@ozette.ai' |
|
585 | 585 |
PACKAGE_URL='' |
586 | 586 |
|
587 | 587 |
ac_unique_file="src/parseFlowJoWorkspace.cpp" |
... | ... |
@@ -1295,7 +1295,7 @@ Some influential environment variables: |
1295 | 1295 |
Use these variables to override the choices made by `configure' or to help |
1296 | 1296 |
it to find libraries and programs with nonstandard names/locations. |
1297 | 1297 |
|
1298 |
-Report bugs to <wjiang2@fhcrc.org>. |
|
1298 |
+Report bugs to <mike@ozette.ai>. |
|
1299 | 1299 |
_ACEOF |
1300 | 1300 |
ac_status=$? |
1301 | 1301 |
fi |
... | ... |
@@ -3590,7 +3590,7 @@ Usage: $0 [OPTION]... [TAG]... |
3590 | 3590 |
Configuration files: |
3591 | 3591 |
$config_files |
3592 | 3592 |
|
3593 |
-Report bugs to <wjiang2@fhcrc.org>." |
|
3593 |
+Report bugs to <mike@ozette.ai>." |
|
3594 | 3594 |
|
3595 | 3595 |
_ACEOF |
3596 | 3596 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
... | ... |
@@ -587,6 +587,7 @@ PACKAGE_URL='' |
587 | 587 |
ac_unique_file="src/parseFlowJoWorkspace.cpp" |
588 | 588 |
ac_subst_vars='LTLIBOBJS |
589 | 589 |
LIBOBJS |
590 |
+CYTOLIBML_BIN |
|
590 | 591 |
PKG_LIBS |
591 | 592 |
PKG_CPPFLAGS |
592 | 593 |
XML2_CONFIG |
... | ... |
@@ -1277,8 +1278,8 @@ Optional Packages: |
1277 | 1278 |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
1278 | 1279 |
--with-xml2=DIR root directory of xml2 installation (defaults to |
1279 | 1280 |
/usr/local) |
1280 |
- --with-cytolib-ml=DIR root directory of cytolib-ml installation (defaults |
|
1281 |
- to /usr/local) |
|
1281 |
+ --with-cytolib-ml=DIR directory of cytolib-ml commandline tool |
|
1282 |
+ installation (defaults to /usr/local/bin) |
|
1282 | 1283 |
|
1283 | 1284 |
Some influential environment variables: |
1284 | 1285 |
CXX C++ compiler command |
... | ... |
@@ -2964,20 +2965,18 @@ $as_echo "$as_me: Using xml2 dir '${XML2_DIR}'" >&6;} |
2964 | 2965 |
XML2_LIBS="-L${XML2_DIR}/lib -lxml2" |
2965 | 2966 |
fi |
2966 | 2967 |
|
2967 |
-{ $as_echo "$as_me:${as_lineno-$LINENO}: setting cytolib-ml flags..." >&5 |
|
2968 |
-$as_echo "$as_me: setting cytolib-ml flags..." >&6;} |
|
2968 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: setting cytolib-ml commandline tool path..." >&5 |
|
2969 |
+$as_echo "$as_me: setting cytolib-ml commandline tool path..." >&6;} |
|
2969 | 2970 |
|
2970 | 2971 |
if test "${CYTOLIBML_DIR}" = "yes" ; then |
2971 |
- CYTOLIBML_CFLAGS="-I/usr/local/include/cytolib-ml" |
|
2972 |
- CYTOLIBML_LIBS="/usr/local/lib/libcytolib-ml.a" |
|
2972 |
+ CYTOLIBML_BIN="/usr/local/bin" |
|
2973 | 2973 |
else |
2974 | 2974 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: Using cytolib-ml dir '${CYTOLIBML_DIR}'" >&5 |
2975 | 2975 |
$as_echo "$as_me: Using cytolib-ml dir '${CYTOLIBML_DIR}'" >&6;} |
2976 | 2976 |
|
2977 |
- CYTOLIBML_CFLAGS="-I${CYTOLIBML_DIR}/include/cytolib-ml" |
|
2978 |
- CYTOLIBML_LIBS="${CYTOLIBML_DIR}/lib/libcytolib-ml.a" |
|
2977 |
+ CYTOLIBML_BIN="${CYTOLIBML_DIR}/bin" |
|
2979 | 2978 |
fi |
2980 |
-PKG_CPPFLAGS="$XML2_CFLAGS $CYTOLIBML_CFLAGS" |
|
2979 |
+PKG_CPPFLAGS="$XML2_CFLAGS" |
|
2981 | 2980 |
|
2982 | 2981 |
if grep -q "^clang" <<< "${CC}" ; then |
2983 | 2982 |
PKG_CPPFLAGS+=" -ftemplate-depth=900" |
... | ... |
@@ -2996,6 +2995,12 @@ $as_echo "$as_me: PKG_LIBS=${PKG_LIBS}" >&6;} |
2996 | 2995 |
|
2997 | 2996 |
ac_config_files="$ac_config_files src/Makevars" |
2998 | 2997 |
|
2998 |
+ |
|
2999 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: CYTOLIBML_BIN=${CYTOLIBML_BIN}" >&5 |
|
3000 |
+$as_echo "$as_me: CYTOLIBML_BIN=${CYTOLIBML_BIN}" >&6;} |
|
3001 |
+ |
|
3002 |
+ac_config_files="$ac_config_files R/cytolibml_bin_path.R" |
|
3003 |
+ |
|
2999 | 3004 |
cat >confcache <<\_ACEOF |
3000 | 3005 |
# This file is a shell script that caches the results of configure |
3001 | 3006 |
# tests run on this system so they can be shared between configure |
... | ... |
@@ -3702,6 +3707,7 @@ for ac_config_target in $ac_config_targets |
3702 | 3707 |
do |
3703 | 3708 |
case $ac_config_target in |
3704 | 3709 |
"src/Makevars") CONFIG_FILES="$CONFIG_FILES src/Makevars" ;; |
3710 |
+ "R/cytolibml_bin_path.R") CONFIG_FILES="$CONFIG_FILES R/cytolibml_bin_path.R" ;; |
|
3705 | 3711 |
|
3706 | 3712 |
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
3707 | 3713 |
esac |
... | ... |
@@ -643,6 +643,7 @@ ac_subst_files='' |
643 | 643 |
ac_user_opts=' |
644 | 644 |
enable_option_checking |
645 | 645 |
with_xml2 |
646 |
+with_cytolib_ml |
|
646 | 647 |
' |
647 | 648 |
ac_precious_vars='build_alias |
648 | 649 |
host_alias |
... | ... |
@@ -1276,6 +1277,8 @@ Optional Packages: |
1276 | 1277 |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
1277 | 1278 |
--with-xml2=DIR root directory of xml2 installation (defaults to |
1278 | 1279 |
/usr/local) |
1280 |
+ --with-cytolib-ml=DIR root directory of cytolib-ml installation (defaults |
|
1281 |
+ to /usr/local) |
|
1279 | 1282 |
|
1280 | 1283 |
Some influential environment variables: |
1281 | 1284 |
CXX C++ compiler command |
... | ... |
@@ -1806,6 +1809,14 @@ else |
1806 | 1809 |
fi |
1807 | 1810 |
|
1808 | 1811 |
|
1812 |
+# Check whether --with-cytolib-ml was given. |
|
1813 |
+if test "${with_cytolib_ml+set}" = set; then : |
|
1814 |
+ withval=$with_cytolib_ml; CYTOLIBML_DIR="${with_cytolib-ml}" |
|
1815 |
+else |
|
1816 |
+ CYTOLIBML_DIR="yes" |
|
1817 |
+fi |
|
1818 |
+ |
|
1819 |
+ |
|
1809 | 1820 |
|
1810 | 1821 |
# Checks for libraries. |
1811 | 1822 |
|
... | ... |
@@ -2953,13 +2964,26 @@ $as_echo "$as_me: Using xml2 dir '${XML2_DIR}'" >&6;} |
2953 | 2964 |
XML2_LIBS="-L${XML2_DIR}/lib -lxml2" |
2954 | 2965 |
fi |
2955 | 2966 |
|
2967 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: setting cytolib-ml flags..." >&5 |
|
2968 |
+$as_echo "$as_me: setting cytolib-ml flags..." >&6;} |
|
2969 |
+ |
|
2970 |
+if test "${CYTOLIBML_DIR}" = "yes" ; then |
|
2971 |
+ CYTOLIBML_CFLAGS="-I/usr/local/include/cytolib-ml" |
|
2972 |
+ CYTOLIBML_LIBS="/usr/local/lib/libcytolib-ml.a" |
|
2973 |
+else |
|
2974 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Using cytolib-ml dir '${CYTOLIBML_DIR}'" >&5 |
|
2975 |
+$as_echo "$as_me: Using cytolib-ml dir '${CYTOLIBML_DIR}'" >&6;} |
|
2976 |
+ |
|
2977 |
+ CYTOLIBML_CFLAGS="-I${CYTOLIBML_DIR}/include/cytolib-ml" |
|
2978 |
+ CYTOLIBML_LIBS="${CYTOLIBML_DIR}/lib/libcytolib-ml.a" |
|
2979 |
+fi |
|
2980 |
+PKG_CPPFLAGS="$XML2_CFLAGS $CYTOLIBML_CFLAGS" |
|
2956 | 2981 |
|
2957 |
-PKG_CPPFLAGS="$XML2_CFLAGS" |
|
2958 | 2982 |
if grep -q "^clang" <<< "${CC}" ; then |
2959 | 2983 |
PKG_CPPFLAGS+=" -ftemplate-depth=900" |
2960 | 2984 |
fi |
2961 | 2985 |
|
2962 |
-PKG_LIBS="$XML2_LIBS" |
|
2986 |
+PKG_LIBS="$XML2_LIBS $CYTOLIBML_LIBS" |
|
2963 | 2987 |
|
2964 | 2988 |
# Checks for library functions. |
2965 | 2989 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: Using the following compilation and linking flags" >&5 |
1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,4129 @@ |
1 |
+#! /bin/sh |
|
2 |
+# Guess values for system-dependent variables and create Makefiles. |
|
3 |
+# Generated by GNU Autoconf 2.69 for CytoML 1.9.4. |
|
4 |
+# |
|
5 |
+# Report bugs to <wjiang2@fhcrc.org>. |
|
6 |
+# |
|
7 |
+# |
|
8 |
+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
|
9 |
+# |
|
10 |
+# |
|
11 |
+# This configure script is free software; the Free Software Foundation |
|
12 |
+# gives unlimited permission to copy, distribute and modify it. |
|
13 |
+## -------------------- ## |
|
14 |
+## M4sh Initialization. ## |
|
15 |
+## -------------------- ## |
|
16 |
+ |
|
17 |
+# Be more Bourne compatible |
|
18 |
+DUALCASE=1; export DUALCASE # for MKS sh |
|
19 |
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
|
20 |
+ emulate sh |
|
21 |
+ NULLCMD=: |
|
22 |
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
|
23 |
+ # is contrary to our usage. Disable this feature. |
|
24 |
+ alias -g '${1+"$@"}'='"$@"' |
|
25 |
+ setopt NO_GLOB_SUBST |
|
26 |
+else |
|
27 |
+ case `(set -o) 2>/dev/null` in #( |
|
28 |
+ *posix*) : |
|
29 |
+ set -o posix ;; #( |
|
30 |
+ *) : |
|
31 |
+ ;; |
|
32 |
+esac |
|
33 |
+fi |
|
34 |
+ |
|
35 |
+ |
|
36 |
+as_nl=' |
|
37 |
+' |
|
38 |
+export as_nl |
|
39 |
+# Printing a long string crashes Solaris 7 /usr/bin/printf. |
|
40 |
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
|
41 |
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
|
42 |
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
|
43 |
+# Prefer a ksh shell builtin over an external printf program on Solaris, |
|
44 |
+# but without wasting forks for bash or zsh. |
|
45 |
+if test -z "$BASH_VERSION$ZSH_VERSION" \ |
|
46 |
+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then |
|
47 |
+ as_echo='print -r --' |
|
48 |
+ as_echo_n='print -rn --' |
|
49 |
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
|
50 |
+ as_echo='printf %s\n' |
|
51 |
+ as_echo_n='printf %s' |
|
52 |
+else |
|
53 |
+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
|
54 |
+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
|
55 |
+ as_echo_n='/usr/ucb/echo -n' |
|
56 |
+ else |
|
57 |
+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
|
58 |
+ as_echo_n_body='eval |
|
59 |
+ arg=$1; |
|
60 |
+ case $arg in #( |
|
61 |
+ *"$as_nl"*) |
|
62 |
+ expr "X$arg" : "X\\(.*\\)$as_nl"; |
|
63 |
+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
|
64 |
+ esac; |
|
65 |
+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
|
66 |
+ ' |
|
67 |
+ export as_echo_n_body |
|
68 |
+ as_echo_n='sh -c $as_echo_n_body as_echo' |
|
69 |
+ fi |
|
70 |
+ export as_echo_body |
|
71 |
+ as_echo='sh -c $as_echo_body as_echo' |
|
72 |
+fi |
|
73 |
+ |
|
74 |
+# The user is always right. |
|
75 |
+if test "${PATH_SEPARATOR+set}" != set; then |
|
76 |
+ PATH_SEPARATOR=: |
|
77 |
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
|
78 |
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
|
79 |
+ PATH_SEPARATOR=';' |
|
80 |
+ } |
|
81 |
+fi |
|
82 |
+ |
|
83 |
+ |
|
84 |
+# IFS |
|
85 |
+# We need space, tab and new line, in precisely that order. Quoting is |
|
86 |
+# there to prevent editors from complaining about space-tab. |
|
87 |
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
|
88 |
+# splitting by setting IFS to empty value.) |
|
89 |
+IFS=" "" $as_nl" |
|
90 |
+ |
|
91 |
+# Find who we are. Look in the path if we contain no directory separator. |
|
92 |
+as_myself= |
|
93 |
+case $0 in #(( |
|
94 |
+ *[\\/]* ) as_myself=$0 ;; |
|
95 |
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
96 |
+for as_dir in $PATH |
|
97 |
+do |
|
98 |
+ IFS=$as_save_IFS |
|
99 |
+ test -z "$as_dir" && as_dir=. |
|
100 |
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
|
101 |
+ done |
|
102 |
+IFS=$as_save_IFS |
|
103 |
+ |
|
104 |
+ ;; |
|
105 |
+esac |
|
106 |
+# We did not find ourselves, most probably we were run as `sh COMMAND' |
|
107 |
+# in which case we are not to be found in the path. |
|
108 |
+if test "x$as_myself" = x; then |
|
109 |
+ as_myself=$0 |
|
110 |
+fi |
|
111 |
+if test ! -f "$as_myself"; then |
|
112 |
+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
|
113 |
+ exit 1 |
|
114 |
+fi |
|
115 |
+ |
|
116 |
+# Unset variables that we do not need and which cause bugs (e.g. in |
|
117 |
+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" |
|
118 |
+# suppresses any "Segmentation fault" message there. '((' could |
|
119 |
+# trigger a bug in pdksh 5.2.14. |
|
120 |
+for as_var in BASH_ENV ENV MAIL MAILPATH |
|
121 |
+do eval test x\${$as_var+set} = xset \ |
|
122 |
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : |
|
123 |
+done |
|
124 |
+PS1='$ ' |
|
125 |
+PS2='> ' |
|
126 |
+PS4='+ ' |
|
127 |
+ |
|
128 |
+# NLS nuisances. |
|
129 |
+LC_ALL=C |
|
130 |
+export LC_ALL |
|
131 |
+LANGUAGE=C |
|
132 |
+export LANGUAGE |
|
133 |
+ |
|
134 |
+# CDPATH. |
|
135 |
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
|
136 |
+ |
|
137 |
+# Use a proper internal environment variable to ensure we don't fall |
|
138 |
+ # into an infinite loop, continuously re-executing ourselves. |
|
139 |
+ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then |
|
140 |
+ _as_can_reexec=no; export _as_can_reexec; |
|
141 |
+ # We cannot yet assume a decent shell, so we have to provide a |
|
142 |
+# neutralization value for shells without unset; and this also |
|
143 |
+# works around shells that cannot unset nonexistent variables. |
|
144 |
+# Preserve -v and -x to the replacement shell. |
|
145 |
+BASH_ENV=/dev/null |
|
146 |
+ENV=/dev/null |
|
147 |
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
148 |
+case $- in # (((( |
|
149 |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
|
150 |
+ *v* ) as_opts=-v ;; |
|
151 |
+ *x* ) as_opts=-x ;; |
|
152 |
+ * ) as_opts= ;; |
|
153 |
+esac |
|
154 |
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
|
155 |
+# Admittedly, this is quite paranoid, since all the known shells bail |
|
156 |
+# out after a failed `exec'. |
|
157 |
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
158 |
+as_fn_exit 255 |
|
159 |
+ fi |
|
160 |
+ # We don't want this to propagate to other subprocesses. |
|
161 |
+ { _as_can_reexec=; unset _as_can_reexec;} |
|
162 |
+if test "x$CONFIG_SHELL" = x; then |
|
163 |
+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
|
164 |
+ emulate sh |
|
165 |
+ NULLCMD=: |
|
166 |
+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which |
|
167 |
+ # is contrary to our usage. Disable this feature. |
|
168 |
+ alias -g '\${1+\"\$@\"}'='\"\$@\"' |
|
169 |
+ setopt NO_GLOB_SUBST |
|
170 |
+else |
|
171 |
+ case \`(set -o) 2>/dev/null\` in #( |
|
172 |
+ *posix*) : |
|
173 |
+ set -o posix ;; #( |
|
174 |
+ *) : |
|
175 |
+ ;; |
|
176 |
+esac |
|
177 |
+fi |
|
178 |
+" |
|
179 |
+ as_required="as_fn_return () { (exit \$1); } |
|
180 |
+as_fn_success () { as_fn_return 0; } |
|
181 |
+as_fn_failure () { as_fn_return 1; } |
|
182 |
+as_fn_ret_success () { return 0; } |
|
183 |
+as_fn_ret_failure () { return 1; } |
|
184 |
+ |
|
185 |
+exitcode=0 |
|
186 |
+as_fn_success || { exitcode=1; echo as_fn_success failed.; } |
|
187 |
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } |
|
188 |
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } |
|
189 |
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } |
|
190 |
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : |
|
191 |
+ |
|
192 |
+else |
|
193 |
+ exitcode=1; echo positional parameters were not saved. |
|
194 |
+fi |
|
195 |
+test x\$exitcode = x0 || exit 1 |
|
196 |
+test -x / || exit 1" |
|
197 |
+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
|
198 |
+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
|
199 |
+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
|
200 |
+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" |
|
201 |
+ if (eval "$as_required") 2>/dev/null; then : |
|
202 |
+ as_have_required=yes |
|
203 |
+else |
|
204 |
+ as_have_required=no |
|
205 |
+fi |
|
206 |
+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : |
|
207 |
+ |
|
208 |
+else |
|
209 |
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
210 |
+as_found=false |
|
211 |
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
|
212 |
+do |
|
213 |
+ IFS=$as_save_IFS |
|
214 |
+ test -z "$as_dir" && as_dir=. |
|
215 |
+ as_found=: |
|
216 |
+ case $as_dir in #( |
|
217 |
+ /*) |
|
218 |
+ for as_base in sh bash ksh sh5; do |
|
219 |
+ # Try only shells that exist, to save several forks. |
|
220 |
+ as_shell=$as_dir/$as_base |
|
221 |
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
|
222 |
+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : |
|
223 |
+ CONFIG_SHELL=$as_shell as_have_required=yes |
|
224 |
+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : |
|
225 |
+ break 2 |
|
226 |
+fi |
|
227 |
+fi |
|
228 |
+ done;; |
|
229 |
+ esac |
|
230 |
+ as_found=false |
|
231 |
+done |
|
232 |
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && |
|
233 |
+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : |
|
234 |
+ CONFIG_SHELL=$SHELL as_have_required=yes |
|
235 |
+fi; } |
|
236 |
+IFS=$as_save_IFS |
|
237 |
+ |
|
238 |
+ |
|
239 |
+ if test "x$CONFIG_SHELL" != x; then : |
|
240 |
+ export CONFIG_SHELL |
|
241 |
+ # We cannot yet assume a decent shell, so we have to provide a |
|
242 |
+# neutralization value for shells without unset; and this also |
|
243 |
+# works around shells that cannot unset nonexistent variables. |
|
244 |
+# Preserve -v and -x to the replacement shell. |
|
245 |
+BASH_ENV=/dev/null |
|
246 |
+ENV=/dev/null |
|
247 |
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
248 |
+case $- in # (((( |
|
249 |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
|
250 |
+ *v* ) as_opts=-v ;; |
|
251 |
+ *x* ) as_opts=-x ;; |
|
252 |
+ * ) as_opts= ;; |
|
253 |
+esac |
|
254 |
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
|
255 |
+# Admittedly, this is quite paranoid, since all the known shells bail |
|
256 |
+# out after a failed `exec'. |
|
257 |
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
258 |
+exit 255 |
|
259 |
+fi |
|
260 |
+ |
|
261 |
+ if test x$as_have_required = xno; then : |
|
262 |
+ $as_echo "$0: This script requires a shell more modern than all" |
|
263 |
+ $as_echo "$0: the shells that I found on your system." |
|
264 |
+ if test x${ZSH_VERSION+set} = xset ; then |
|
265 |
+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
|
266 |
+ $as_echo "$0: be upgraded to zsh 4.3.4 or later." |
|
267 |
+ else |
|
268 |
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and wjiang2@fhcrc.org |
|
269 |
+$0: about your system, including any error possibly output |
|
270 |
+$0: before this message. Then install a modern shell, or |
|
271 |
+$0: manually run the script under such a shell if you do |
|
272 |
+$0: have one." |
|
273 |
+ fi |
|
274 |
+ exit 1 |
|
275 |
+fi |
|
276 |
+fi |
|
277 |
+fi |
|
278 |
+SHELL=${CONFIG_SHELL-/bin/sh} |
|
279 |
+export SHELL |
|
280 |
+# Unset more variables known to interfere with behavior of common tools. |
|
281 |
+CLICOLOR_FORCE= GREP_OPTIONS= |
|
282 |
+unset CLICOLOR_FORCE GREP_OPTIONS |
|
283 |
+ |
|
284 |
+## --------------------- ## |
|
285 |
+## M4sh Shell Functions. ## |
|
286 |
+## --------------------- ## |
|
287 |
+# as_fn_unset VAR |
|
288 |
+# --------------- |
|
289 |
+# Portably unset VAR. |
|
290 |
+as_fn_unset () |
|
291 |
+{ |
|
292 |
+ { eval $1=; unset $1;} |
|
293 |
+} |
|
294 |
+as_unset=as_fn_unset |
|
295 |
+ |
|
296 |
+# as_fn_set_status STATUS |
|
297 |
+# ----------------------- |
|
298 |
+# Set $? to STATUS, without forking. |
|
299 |
+as_fn_set_status () |
|
300 |
+{ |
|
301 |
+ return $1 |
|
302 |
+} # as_fn_set_status |
|
303 |
+ |
|
304 |
+# as_fn_exit STATUS |
|
305 |
+# ----------------- |
|
306 |
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. |
|
307 |
+as_fn_exit () |
|
308 |
+{ |
|
309 |
+ set +e |
|
310 |
+ as_fn_set_status $1 |
|
311 |
+ exit $1 |
|
312 |
+} # as_fn_exit |
|
313 |
+ |
|
314 |
+# as_fn_mkdir_p |
|
315 |
+# ------------- |
|
316 |
+# Create "$as_dir" as a directory, including parents if necessary. |
|
317 |
+as_fn_mkdir_p () |
|
318 |
+{ |
|
319 |
+ |
|
320 |
+ case $as_dir in #( |
|
321 |
+ -*) as_dir=./$as_dir;; |
|
322 |
+ esac |
|
323 |
+ test -d "$as_dir" || eval $as_mkdir_p || { |
|
324 |
+ as_dirs= |
|
325 |
+ while :; do |
|
326 |
+ case $as_dir in #( |
|
327 |
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
|
328 |
+ *) as_qdir=$as_dir;; |
|
329 |
+ esac |
|
330 |
+ as_dirs="'$as_qdir' $as_dirs" |
|
331 |
+ as_dir=`$as_dirname -- "$as_dir" || |
|
332 |
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
333 |
+ X"$as_dir" : 'X\(//\)[^/]' \| \ |
|
334 |
+ X"$as_dir" : 'X\(//\)$' \| \ |
|
335 |
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
|
336 |
+$as_echo X"$as_dir" | |
|
337 |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|
338 |
+ s//\1/ |
|
339 |
+ q |
|
340 |
+ } |
|
341 |
+ /^X\(\/\/\)[^/].*/{ |
|
342 |
+ s//\1/ |
|
343 |
+ q |
|
344 |
+ } |
|
345 |
+ /^X\(\/\/\)$/{ |
|
346 |
+ s//\1/ |
|
347 |
+ q |
|
348 |
+ } |
|
349 |
+ /^X\(\/\).*/{ |
|
350 |
+ s//\1/ |
|
351 |
+ q |
|
352 |
+ } |
|
353 |
+ s/.*/./; q'` |
|
354 |
+ test -d "$as_dir" && break |
|
355 |
+ done |
|
356 |
+ test -z "$as_dirs" || eval "mkdir $as_dirs" |
|
357 |
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
|
358 |
+ |
|
359 |
+ |
|
360 |
+} # as_fn_mkdir_p |
|
361 |
+ |
|
362 |
+# as_fn_executable_p FILE |
|
363 |
+# ----------------------- |
|
364 |
+# Test if FILE is an executable regular file. |
|
365 |
+as_fn_executable_p () |
|
366 |
+{ |
|
367 |
+ test -f "$1" && test -x "$1" |
|
368 |
+} # as_fn_executable_p |
|
369 |
+# as_fn_append VAR VALUE |
|
370 |
+# ---------------------- |
|
371 |
+# Append the text in VALUE to the end of the definition contained in VAR. Take |
|
372 |
+# advantage of any shell optimizations that allow amortized linear growth over |
|
373 |
+# repeated appends, instead of the typical quadratic growth present in naive |
|
374 |
+# implementations. |
|
375 |
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : |
|
376 |
+ eval 'as_fn_append () |
|
377 |
+ { |
|
378 |
+ eval $1+=\$2 |
|
379 |
+ }' |
|
380 |
+else |
|
381 |
+ as_fn_append () |
|
382 |
+ { |
|
383 |
+ eval $1=\$$1\$2 |
|
384 |
+ } |
|
385 |
+fi # as_fn_append |
|
386 |
+ |
|
387 |
+# as_fn_arith ARG... |
|
388 |
+# ------------------ |
|
389 |
+# Perform arithmetic evaluation on the ARGs, and store the result in the |
|
390 |
+# global $as_val. Take advantage of shells that can avoid forks. The arguments |
|
391 |
+# must be portable across $(()) and expr. |
|
392 |
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : |
|
393 |
+ eval 'as_fn_arith () |
|
394 |
+ { |
|
395 |
+ as_val=$(( $* )) |
|
396 |
+ }' |
|
397 |
+else |
|
398 |
+ as_fn_arith () |
|
399 |
+ { |
|
400 |
+ as_val=`expr "$@" || test $? -eq 1` |
|
401 |
+ } |
|
402 |
+fi # as_fn_arith |
|
403 |
+ |
|
404 |
+ |
|
405 |
+# as_fn_error STATUS ERROR [LINENO LOG_FD] |
|
406 |
+# ---------------------------------------- |
|
407 |
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
|
408 |
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
|
409 |
+# script with STATUS, using 1 if that was 0. |
|
410 |
+as_fn_error () |
|
411 |
+{ |
|
412 |
+ as_status=$1; test $as_status -eq 0 && as_status=1 |
|
413 |
+ if test "$4"; then |
|
414 |
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
415 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
|
416 |
+ fi |
|
417 |
+ $as_echo "$as_me: error: $2" >&2 |
|
418 |
+ as_fn_exit $as_status |
|
419 |
+} # as_fn_error |
|
420 |
+ |
|
421 |
+if expr a : '\(a\)' >/dev/null 2>&1 && |
|
422 |
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|
423 |
+ as_expr=expr |
|
424 |
+else |
|
425 |
+ as_expr=false |
|
426 |
+fi |
|
427 |
+ |
|
428 |
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
|
429 |
+ as_basename=basename |
|
430 |
+else |
|
431 |
+ as_basename=false |
|
432 |
+fi |
|
433 |
+ |
|
434 |
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
|
435 |
+ as_dirname=dirname |
|
436 |
+else |
|
437 |
+ as_dirname=false |
|
438 |
+fi |
|
439 |
+ |
|
440 |
+as_me=`$as_basename -- "$0" || |
|
441 |
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
|
442 |
+ X"$0" : 'X\(//\)$' \| \ |
|
443 |
+ X"$0" : 'X\(/\)' \| . 2>/dev/null || |
|
444 |
+$as_echo X/"$0" | |
|
445 |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{ |
|
446 |
+ s//\1/ |
|
447 |
+ q |
|
448 |
+ } |
|
449 |
+ /^X\/\(\/\/\)$/{ |
|
450 |
+ s//\1/ |
|
451 |
+ q |
|
452 |
+ } |
|
453 |
+ /^X\/\(\/\).*/{ |
|
454 |
+ s//\1/ |
|
455 |
+ q |
|
456 |
+ } |
|
457 |
+ s/.*/./; q'` |
|
458 |
+ |
|
459 |
+# Avoid depending upon Character Ranges. |
|
460 |
+as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
|
461 |
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
|
462 |
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
|
463 |
+as_cr_digits='0123456789' |
|
464 |
+as_cr_alnum=$as_cr_Letters$as_cr_digits |
|
465 |
+ |
|
466 |
+ |
|
467 |
+ as_lineno_1=$LINENO as_lineno_1a=$LINENO |
|
468 |
+ as_lineno_2=$LINENO as_lineno_2a=$LINENO |
|
469 |
+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && |
|
470 |
+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { |
|
471 |
+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) |
|
472 |
+ sed -n ' |
|
473 |
+ p |
|
474 |
+ /[$]LINENO/= |
|
475 |
+ ' <$as_myself | |
|
476 |
+ sed ' |
|
477 |
+ s/[$]LINENO.*/&-/ |
|
478 |
+ t lineno |
|
479 |
+ b |
|
480 |
+ :lineno |
|
481 |
+ N |
|
482 |
+ :loop |
|
483 |
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
|
484 |
+ t loop |
|
485 |
+ s/-\n.*// |
|
486 |
+ ' >$as_me.lineno && |
|
487 |
+ chmod +x "$as_me.lineno" || |
|
488 |
+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
|
489 |
+ |
|
490 |
+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have |
|
491 |
+ # already done that, so ensure we don't try to do so again and fall |
|
492 |
+ # in an infinite loop. This has already happened in practice. |
|
493 |
+ _as_can_reexec=no; export _as_can_reexec |
|
494 |
+ # Don't try to exec as it changes $[0], causing all sort of problems |
|
495 |
+ # (the dirname of $[0] is not the place where we might find the |
|
496 |
+ # original and so on. Autoconf is especially sensitive to this). |
|
497 |
+ . "./$as_me.lineno" |
|
498 |
+ # Exit status is that of the last command. |
|
499 |
+ exit |
|
500 |
+} |
|
501 |
+ |
|
502 |
+ECHO_C= ECHO_N= ECHO_T= |
|
503 |
+case `echo -n x` in #((((( |
|
504 |
+-n*) |
|
505 |
+ case `echo 'xy\c'` in |
|
506 |
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
|
507 |
+ xy) ECHO_C='\c';; |
|
508 |
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null |
|
509 |
+ ECHO_T=' ';; |
|
510 |
+ esac;; |
|
511 |
+*) |
|
512 |
+ ECHO_N='-n';; |
|
513 |
+esac |
|
514 |
+ |
|
515 |
+rm -f conf$$ conf$$.exe conf$$.file |
|
516 |
+if test -d conf$$.dir; then |
|
517 |
+ rm -f conf$$.dir/conf$$.file |
|
518 |
+else |
|
519 |
+ rm -f conf$$.dir |
|
520 |
+ mkdir conf$$.dir 2>/dev/null |
|
521 |
+fi |
|
522 |
+if (echo >conf$$.file) 2>/dev/null; then |
|
523 |
+ if ln -s conf$$.file conf$$ 2>/dev/null; then |
|
524 |
+ as_ln_s='ln -s' |
|
525 |
+ # ... but there are two gotchas: |
|
526 |
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
|
527 |
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
|
528 |
+ # In both cases, we have to default to `cp -pR'. |
|
529 |
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|
530 |
+ as_ln_s='cp -pR' |
|
531 |
+ elif ln conf$$.file conf$$ 2>/dev/null; then |
|
532 |
+ as_ln_s=ln |
|
533 |
+ else |
|
534 |
+ as_ln_s='cp -pR' |
|
535 |
+ fi |
|
536 |
+else |
|
537 |
+ as_ln_s='cp -pR' |
|
538 |
+fi |
|
539 |
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
|
540 |
+rmdir conf$$.dir 2>/dev/null |
|
541 |
+ |
|
542 |
+if mkdir -p . 2>/dev/null; then |
|
543 |
+ as_mkdir_p='mkdir -p "$as_dir"' |
|
544 |
+else |
|
545 |
+ test -d ./-p && rmdir ./-p |
|
546 |
+ as_mkdir_p=false |
|
547 |
+fi |
|
548 |
+ |
|
549 |
+as_test_x='test -x' |
|
550 |
+as_executable_p=as_fn_executable_p |
|
551 |
+ |
|
552 |
+# Sed expression to map a string onto a valid CPP name. |
|
553 |
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
|
554 |
+ |
|
555 |
+# Sed expression to map a string onto a valid variable name. |
|
556 |
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
|
557 |
+ |
|
558 |
+ |
|
559 |
+test -n "$DJDIR" || exec 7<&0 </dev/null |
|
560 |
+exec 6>&1 |
|
561 |
+ |
|
562 |
+# Name of the host. |
|
563 |
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
|
564 |
+# so uname gets run too. |
|
565 |
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
|
566 |
+ |
|
567 |
+# |
|
568 |
+# Initializations. |
|
569 |
+# |
|
570 |
+ac_default_prefix=/usr/local |
|
571 |
+ac_clean_files= |
|
572 |
+ac_config_libobj_dir=. |
|
573 |
+LIBOBJS= |
|
574 |
+cross_compiling=no |
|
575 |
+subdirs= |
|
576 |
+MFLAGS= |
|
577 |
+MAKEFLAGS= |
|
578 |
+ |
|
579 |
+# Identity of this package. |
|
580 |
+PACKAGE_NAME='CytoML' |
|
581 |
+PACKAGE_TARNAME='cytoml' |
|
582 |
+PACKAGE_VERSION='1.9.4' |
|
583 |
+PACKAGE_STRING='CytoML 1.9.4' |
|
584 |
+PACKAGE_BUGREPORT='wjiang2@fhcrc.org' |
|
585 |
+PACKAGE_URL='' |
|
586 |
+ |
|
587 |
+ac_unique_file="src/parseFlowJoWorkspace.cpp" |
|
588 |
+ac_subst_vars='LTLIBOBJS |
|
589 |
+LIBOBJS |
|
590 |
+PKG_LIBS |
|
591 |
+PKG_CPPFLAGS |
|
592 |
+XML2_CONFIG |
|
593 |
+ac_ct_CC |
|
594 |
+CFLAGS |
|
595 |
+CC |
|
596 |
+OBJEXT |
|
597 |
+EXEEXT |
|
598 |
+ac_ct_CXX |
|
599 |
+CPPFLAGS |
|
600 |
+LDFLAGS |
|
601 |
+CXXFLAGS |
|
602 |
+CXX |
|
603 |
+target_alias |
|
604 |
+host_alias |
|
605 |
+build_alias |
|
606 |
+LIBS |
|
607 |
+ECHO_T |
|
608 |
+ECHO_N |
|
609 |
+ECHO_C |
|
610 |
+DEFS |
|
611 |
+mandir |
|
612 |
+localedir |
|
613 |
+libdir |
|
614 |
+psdir |
|
615 |
+pdfdir |
|
616 |
+dvidir |
|
617 |
+htmldir |
|
618 |
+infodir |
|
619 |
+docdir |
|
620 |
+oldincludedir |
|
621 |
+includedir |
|
622 |
+runstatedir |
|
623 |
+localstatedir |
|
624 |
+sharedstatedir |
|
625 |
+sysconfdir |
|
626 |
+datadir |
|
627 |
+datarootdir |
|
628 |
+libexecdir |
|
629 |
+sbindir |
|
630 |
+bindir |
|
631 |
+program_transform_name |
|
632 |
+prefix |
|
633 |
+exec_prefix |
|
634 |
+PACKAGE_URL |
|
635 |
+PACKAGE_BUGREPORT |
|
636 |
+PACKAGE_STRING |
|
637 |
+PACKAGE_VERSION |
|
638 |
+PACKAGE_TARNAME |
|
639 |
+PACKAGE_NAME |
|
640 |
+PATH_SEPARATOR |
|
641 |
+SHELL' |
|
642 |
+ac_subst_files='' |
|
643 |
+ac_user_opts=' |
|
644 |
+enable_option_checking |
|
645 |
+with_xml2 |
|
646 |
+' |
|
647 |
+ ac_precious_vars='build_alias |
|
648 |
+host_alias |
|
649 |
+target_alias |
|
650 |
+CXX |
|
651 |
+CXXFLAGS |
|
652 |
+LDFLAGS |
|
653 |
+LIBS |
|
654 |
+CPPFLAGS |
|
655 |
+CCC |
|
656 |
+CC |
|
657 |
+CFLAGS' |
|
658 |
+ |
|
659 |
+ |
|
660 |
+# Initialize some variables set by options. |
|
661 |
+ac_init_help= |
|
662 |
+ac_init_version=false |
|
663 |
+ac_unrecognized_opts= |
|
664 |
+ac_unrecognized_sep= |
|
665 |
+# The variables have the same names as the options, with |
|
666 |
+# dashes changed to underlines. |
|
667 |
+cache_file=/dev/null |
|
668 |
+exec_prefix=NONE |
|
669 |
+no_create= |
|
670 |
+no_recursion= |
|
671 |
+prefix=NONE |
|
672 |
+program_prefix=NONE |
|
673 |
+program_suffix=NONE |
|
674 |
+program_transform_name=s,x,x, |
|
675 |
+silent= |
|
676 |
+site= |
|
677 |
+srcdir= |
|
678 |
+verbose= |
|
679 |
+x_includes=NONE |
|
680 |
+x_libraries=NONE |
|
681 |
+ |
|
682 |
+# Installation directory options. |
|
683 |
+# These are left unexpanded so users can "make install exec_prefix=/foo" |
|
684 |
+# and all the variables that are supposed to be based on exec_prefix |
|
685 |
+# by default will actually change. |
|
686 |
+# Use braces instead of parens because sh, perl, etc. also accept them. |
|
687 |
+# (The list follows the same order as the GNU Coding Standards.) |
|
688 |
+bindir='${exec_prefix}/bin' |
|
689 |
+sbindir='${exec_prefix}/sbin' |
|
690 |
+libexecdir='${exec_prefix}/libexec' |
|
691 |
+datarootdir='${prefix}/share' |
|
692 |
+datadir='${datarootdir}' |
|
693 |
+sysconfdir='${prefix}/etc' |
|
694 |
+sharedstatedir='${prefix}/com' |
|
695 |
+localstatedir='${prefix}/var' |
|
696 |
+runstatedir='${localstatedir}/run' |
|
697 |
+includedir='${prefix}/include' |
|
698 |
+oldincludedir='/usr/include' |
|
699 |
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|
700 |
+infodir='${datarootdir}/info' |
|
701 |
+htmldir='${docdir}' |
|
702 |
+dvidir='${docdir}' |
|
703 |
+pdfdir='${docdir}' |
|
704 |
+psdir='${docdir}' |
|
705 |
+libdir='${exec_prefix}/lib' |
|
706 |
+localedir='${datarootdir}/locale' |
|
707 |
+mandir='${datarootdir}/man' |
|
708 |
+ |
|
709 |
+ac_prev= |
|
710 |
+ac_dashdash= |
|
711 |
+for ac_option |
|
712 |
+do |
|
713 |
+ # If the previous option needs an argument, assign it. |
|
714 |
+ if test -n "$ac_prev"; then |
|
715 |
+ eval $ac_prev=\$ac_option |
|
716 |
+ ac_prev= |
|
717 |
+ continue |
|
718 |
+ fi |
|
719 |
+ |
|
720 |
+ case $ac_option in |
|
721 |
+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
|
722 |
+ *=) ac_optarg= ;; |
|
723 |
+ *) ac_optarg=yes ;; |
|
724 |
+ esac |
|
725 |
+ |
|
726 |
+ # Accept the important Cygnus configure options, so we can diagnose typos. |
|
727 |
+ |
|
728 |
+ case $ac_dashdash$ac_option in |
|
729 |
+ --) |
|