1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.69 for glutil 2.6.6 .
3
+ # Generated by GNU Autoconf 2.69 for glutil 2.6.7 .
4
4
#
5
5
# Report bugs to <[email protected] >.
6
6
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580
580
# Identity of this package.
581
581
PACKAGE_NAME=' glutil'
582
582
PACKAGE_TARNAME=' glutil'
583
- PACKAGE_VERSION=' 2.6.6 '
584
- PACKAGE_STRING=' glutil 2.6.6 '
583
+ PACKAGE_VERSION=' 2.6.7 '
584
+ PACKAGE_STRING=' glutil 2.6.7 '
585
585
PACKAGE_BUGREPORT=
' [email protected] '
586
586
PACKAGE_URL=' http://glutil.nixnodes.net/'
587
587
@@ -1295,7 +1295,7 @@ if test "$ac_init_help" = "long"; then
1295
1295
# Omit some internal or obsolete options to make the list less imposing.
1296
1296
# This message is too long to be a string in the A/UX 3.1 sh.
1297
1297
cat << _ACEOF
1298
- \` configure' configures glutil 2.6.6 to adapt to many kinds of systems.
1298
+ \` configure' configures glutil 2.6.7 to adapt to many kinds of systems.
1299
1299
1300
1300
Usage: $0 [OPTION]... [VAR=VALUE]...
1301
1301
1361
1361
1362
1362
if test -n " $ac_init_help " ; then
1363
1363
case $ac_init_help in
1364
- short | recursive ) echo " Configuration of glutil 2.6.6 :" ;;
1364
+ short | recursive ) echo " Configuration of glutil 2.6.7 :" ;;
1365
1365
esac
1366
1366
cat << \_ACEOF
1367
1367
1464
1464
test -n "$ac_init_help" && exit $ac_status
1465
1465
if $ac_init_version; then
1466
1466
cat <<\_ACEOF
1467
- glutil configure 2.6.6
1467
+ glutil configure 2.6.7
1468
1468
generated by GNU Autoconf 2.69
1469
1469
1470
1470
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2074,7 +2074,7 @@ cat >config.log <<_ACEOF
2074
2074
This file contains any messages produced by compilers while
2075
2075
running configure, to aid debugging if configure makes a mistake.
2076
2076
2077
- It was created by glutil $as_me 2.6.6 , which was
2077
+ It was created by glutil $as_me 2.6.7 , which was
2078
2078
generated by GNU Autoconf 2.69. Invocation command line was
2079
2079
2080
2080
$ $0 $@
2939
2939
2940
2940
# Define the identity of the package.
2941
2941
PACKAGE=' glutil'
2942
- VERSION=' 2.6.6 '
2942
+ VERSION=' 2.6.7 '
2943
2943
2944
2944
2945
2945
cat >> confdefs.h << _ACEOF
@@ -5214,6 +5214,11 @@ else
5214
5214
{ $as_echo " $as_me :${as_lineno-$LINENO } : compiling for chrooted environment.." >&5
5215
5215
$as_echo " $as_me : compiling for chrooted environment.." >&6 ; }
5216
5216
fi
5217
+ fi
5218
+
5219
+ if test " $glutil_enable_sbin " = " yes" ; then
5220
+ $as_echo " #define _G_MODE_GFIND 1" >> confdefs.h
5221
+
5217
5222
fi
5218
5223
5219
5224
if test " $glutil_chroot_ownbin " = " yes" ; then
@@ -5225,69 +5230,6 @@ else
5225
5230
fi
5226
5231
5227
5232
5228
- if ! test " $host " ; then
5229
-
5230
- as_ac_File=` $as_echo " ac_cv_file_\\
5231
- " $PWD /src/glconf.h" " | $as_tr_sh `
5232
- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for \
5233
- \" $PWD /src/glconf.h\" " >&5
5234
- $as_echo_n " checking for \
5235
- \" $PWD /src/glconf.h\" ... " >&6 ; }
5236
- if eval \$ {$as_ac_File +:} false ; then :
5237
- $as_echo_n " (cached) " >&6
5238
- else
5239
- test " $cross_compiling " = yes &&
5240
- as_fn_error $? " cannot check for file existence when cross compiling" " $LINENO " 5
5241
- if test -r " \
5242
- " $PWD /src/glconf.h" " ; then
5243
- eval " $as_ac_File =yes"
5244
- else
5245
- eval " $as_ac_File =no"
5246
- fi
5247
- fi
5248
- eval ac_res=\$ $as_ac_File
5249
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_res " >&5
5250
- $as_echo " $ac_res " >&6 ; }
5251
- if eval test \" x\$ " $as_ac_File " \" = x" yes" ; then :
5252
-
5253
- else
5254
- \
5255
- as_ac_File=` $as_echo " ac_cv_file_" $prefix /bin/sources/glconf.h" " | $as_tr_sh `
5256
- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for \" $prefix /bin/sources/glconf.h\" " >&5
5257
- $as_echo_n " checking for \" $prefix /bin/sources/glconf.h\" ... " >&6 ; }
5258
- if eval \$ {$as_ac_File +:} false ; then :
5259
- $as_echo_n " (cached) " >&6
5260
- else
5261
- test " $cross_compiling " = yes &&
5262
- as_fn_error $? " cannot check for file existence when cross compiling" " $LINENO " 5
5263
- if test -r " " $prefix /bin/sources/glconf.h" " ; then
5264
- eval " $as_ac_File =yes"
5265
- else
5266
- eval " $as_ac_File =no"
5267
- fi
5268
- fi
5269
- eval ac_res=\$ $as_ac_File
5270
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_res " >&5
5271
- $as_echo " $ac_res " >&6 ; }
5272
- if eval test \" x\$ " $as_ac_File " \" = x" yes" ; then :
5273
- \
5274
- { $as_echo " $as_me :${as_lineno-$LINENO } : copying '$prefix /bin/sources/glconf.h' to 'src/' folder.." >&5
5275
- $as_echo " $as_me : copying '$prefix /bin/sources/glconf.h' to 'src/' folder.." >&6 ; }; \
5276
- if cp " $prefix /bin/sources/glconf.h" " $PWD /src/glconf.h" ; then :
5277
-
5278
- else
5279
- \
5280
- as_fn_error $? " could not copy \" $prefix /bin/sources/glconf.h\" to \" $PWD /src/glconf.h\" " " $LINENO " 5
5281
- fi \
5282
-
5283
- fi
5284
- \
5285
-
5286
- fi
5287
-
5288
- fi
5289
-
5290
-
5291
5233
datadir=" $prefix /scripts"
5292
5234
5293
5235
if echo $host | egrep -q " arm|eabi" ; then
@@ -5486,7 +5428,64 @@ else
5486
5428
fi
5487
5429
5488
5430
5489
- as_ac_Header=` $as_echo " ac_cv_header_$PWD /src/glconf.h" | $as_tr_sh `
5431
+
5432
+ if ! test " $host " && test " $glutil_enable_sbin " = " no" ; then
5433
+ as_ac_File=` $as_echo " ac_cv_file_" $PWD /src/glconf.h" " | $as_tr_sh `
5434
+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for \" $PWD /src/glconf.h\" " >&5
5435
+ $as_echo_n " checking for \" $PWD /src/glconf.h\" ... " >&6 ; }
5436
+ if eval \$ {$as_ac_File +:} false ; then :
5437
+ $as_echo_n " (cached) " >&6
5438
+ else
5439
+ test " $cross_compiling " = yes &&
5440
+ as_fn_error $? " cannot check for file existence when cross compiling" " $LINENO " 5
5441
+ if test -r " " $PWD /src/glconf.h" " ; then
5442
+ eval " $as_ac_File =yes"
5443
+ else
5444
+ eval " $as_ac_File =no"
5445
+ fi
5446
+ fi
5447
+ eval ac_res=\$ $as_ac_File
5448
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_res " >&5
5449
+ $as_echo " $ac_res " >&6 ; }
5450
+ if eval test \" x\$ " $as_ac_File " \" = x" yes" ; then :
5451
+
5452
+ else
5453
+ \
5454
+ as_ac_File=` $as_echo " ac_cv_file_" $prefix /bin/sources/glconf.h" " | $as_tr_sh `
5455
+ { $as_echo " $as_me :${as_lineno-$LINENO } : checking for \" $prefix /bin/sources/glconf.h\" " >&5
5456
+ $as_echo_n " checking for \" $prefix /bin/sources/glconf.h\" ... " >&6 ; }
5457
+ if eval \$ {$as_ac_File +:} false ; then :
5458
+ $as_echo_n " (cached) " >&6
5459
+ else
5460
+ test " $cross_compiling " = yes &&
5461
+ as_fn_error $? " cannot check for file existence when cross compiling" " $LINENO " 5
5462
+ if test -r " " $prefix /bin/sources/glconf.h" " ; then
5463
+ eval " $as_ac_File =yes"
5464
+ else
5465
+ eval " $as_ac_File =no"
5466
+ fi
5467
+ fi
5468
+ eval ac_res=\$ $as_ac_File
5469
+ { $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_res " >&5
5470
+ $as_echo " $ac_res " >&6 ; }
5471
+ if eval test \" x\$ " $as_ac_File " \" = x" yes" ; then :
5472
+ \
5473
+ { $as_echo " $as_me :${as_lineno-$LINENO } : copying '$prefix /bin/sources/glconf.h' to 'src/' folder.." >&5
5474
+ $as_echo " $as_me : copying '$prefix /bin/sources/glconf.h' to 'src/' folder.." >&6 ; }; \
5475
+ if cp " $prefix /bin/sources/glconf.h" " $PWD /src/glconf.h" ; then :
5476
+
5477
+ else
5478
+ \
5479
+ as_fn_error $? " could not copy \" $prefix /bin/sources/glconf.h\" to \" $PWD /src/glconf.h\" " " $LINENO " 5
5480
+ fi \
5481
+
5482
+ fi
5483
+ \
5484
+
5485
+ fi
5486
+
5487
+
5488
+ as_ac_Header=` $as_echo " ac_cv_header_$PWD /src/glconf.h" | $as_tr_sh `
5490
5489
ac_fn_c_check_header_mongrel " $LINENO " " $PWD /src/glconf.h" " $as_ac_Header " " $ac_includes_default "
5491
5490
if eval test \" x\$ " $as_ac_Header " \" = x" yes" ; then :
5492
5491
@@ -5495,6 +5494,8 @@ else
5495
5494
fi
5496
5495
5497
5496
5497
+ fi
5498
+
5498
5499
5499
5500
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for ANSI C header files" >&5
5500
5501
$as_echo_n " checking for ANSI C header files... " >&6 ; }
@@ -7154,7 +7155,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7154
7155
# report actual input values of CONFIG_FILES etc. instead of their
7155
7156
# values after options handling.
7156
7157
ac_log="
7157
- This file was extended by glutil $as_me 2.6.6 , which was
7158
+ This file was extended by glutil $as_me 2.6.7 , which was
7158
7159
generated by GNU Autoconf 2.69. Invocation command line was
7159
7160
7160
7161
CONFIG_FILES = $CONFIG_FILES
@@ -7212,7 +7213,7 @@ _ACEOF
7212
7213
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7213
7214
ac_cs_config=" ` $as_echo " $ac_configure_args " | sed 's/^ //; s/[\\ " " \`\$ ]/\\\\ &/g'` "
7214
7215
ac_cs_version=" \\
7215
- glutil config.status 2.6.6
7216
+ glutil config.status 2.6.7
7216
7217
configured by $0 , generated by GNU Autoconf 2.69,
7217
7218
with options \\ " \$ ac_cs_config\\ "
7218
7219
0 commit comments