~ubuntu-branches/ubuntu/trusty/nilfs-tools/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2011-07-10 17:10:21 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110710171021-xkbtr81jprb97iec
Tags: upstream-2.1.0~rc1
ImportĀ upstreamĀ versionĀ 2.1.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.61 for NILFS utils 2.0.23.
 
3
# Generated by GNU Autoconf 2.61 for NILFS utils 2.1.0-rc1.
4
4
#
5
5
# Report bugs to <linux-nilfs@vger.kernel.org>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='NILFS utils'
730
730
PACKAGE_TARNAME='nilfs-utils'
731
 
PACKAGE_VERSION='2.0.23'
732
 
PACKAGE_STRING='NILFS utils 2.0.23'
 
731
PACKAGE_VERSION='2.1.0-rc1'
 
732
PACKAGE_STRING='NILFS utils 2.1.0-rc1'
733
733
PACKAGE_BUGREPORT='linux-nilfs@vger.kernel.org'
734
734
 
735
735
ac_unique_file="config.h.in"
1396
1396
  # Omit some internal or obsolete options to make the list less imposing.
1397
1397
  # This message is too long to be a string in the A/UX 3.1 sh.
1398
1398
  cat <<_ACEOF
1399
 
\`configure' configures NILFS utils 2.0.23 to adapt to many kinds of systems.
 
1399
\`configure' configures NILFS utils 2.1.0-rc1 to adapt to many kinds of systems.
1400
1400
 
1401
1401
Usage: $0 [OPTION]... [VAR=VALUE]...
1402
1402
 
1466
1466
 
1467
1467
if test -n "$ac_init_help"; then
1468
1468
  case $ac_init_help in
1469
 
     short | recursive ) echo "Configuration of NILFS utils 2.0.23:";;
 
1469
     short | recursive ) echo "Configuration of NILFS utils 2.1.0-rc1:";;
1470
1470
   esac
1471
1471
  cat <<\_ACEOF
1472
1472
 
1569
1569
test -n "$ac_init_help" && exit $ac_status
1570
1570
if $ac_init_version; then
1571
1571
  cat <<\_ACEOF
1572
 
NILFS utils configure 2.0.23
 
1572
NILFS utils configure 2.1.0-rc1
1573
1573
generated by GNU Autoconf 2.61
1574
1574
 
1575
1575
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1583
1583
This file contains any messages produced by compilers while
1584
1584
running configure, to aid debugging if configure makes a mistake.
1585
1585
 
1586
 
It was created by NILFS utils $as_me 2.0.23, which was
 
1586
It was created by NILFS utils $as_me 2.1.0-rc1, which was
1587
1587
generated by GNU Autoconf 2.61.  Invocation command line was
1588
1588
 
1589
1589
  $ $0 $@
2273
2273
 
2274
2274
# Define the identity of the package.
2275
2275
 PACKAGE='nilfs-utils'
2276
 
 VERSION='2.0.23'
 
2276
 VERSION='2.1.0-rc1'
2277
2277
 
2278
2278
 
2279
2279
cat >>confdefs.h <<_ACEOF
20324
20324
fi
20325
20325
 
20326
20326
 
20327
 
{ echo "$as_me:$LINENO: checking for sem_open in -lpthread" >&5
20328
 
echo $ECHO_N "checking for sem_open in -lpthread... $ECHO_C" >&6; }
20329
 
if test "${ac_cv_lib_pthread_sem_open+set}" = set; then
 
20327
{ echo "$as_me:$LINENO: checking for sem_open in -lrt" >&5
 
20328
echo $ECHO_N "checking for sem_open in -lrt... $ECHO_C" >&6; }
 
20329
if test "${ac_cv_lib_rt_sem_open+set}" = set; then
20330
20330
  echo $ECHO_N "(cached) $ECHO_C" >&6
20331
20331
else
20332
20332
  ac_check_lib_save_LIBS=$LIBS
20333
 
LIBS="-lpthread  $LIBS"
 
20333
LIBS="-lrt  $LIBS"
20334
20334
cat >conftest.$ac_ext <<_ACEOF
20335
20335
/* confdefs.h.  */
20336
20336
_ACEOF
20371
20371
         test ! -s conftest.err
20372
20372
       } && test -s conftest$ac_exeext &&
20373
20373
       $as_test_x conftest$ac_exeext; then
20374
 
  ac_cv_lib_pthread_sem_open=yes
 
20374
  ac_cv_lib_rt_sem_open=yes
20375
20375
else
20376
20376
  echo "$as_me: failed program was:" >&5
20377
20377
sed 's/^/| /' conftest.$ac_ext >&5
20378
20378
 
20379
 
        ac_cv_lib_pthread_sem_open=no
 
20379
        ac_cv_lib_rt_sem_open=no
20380
20380
fi
20381
20381
 
20382
20382
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20383
20383
      conftest$ac_exeext conftest.$ac_ext
20384
20384
LIBS=$ac_check_lib_save_LIBS
20385
20385
fi
20386
 
{ echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_sem_open" >&5
20387
 
echo "${ECHO_T}$ac_cv_lib_pthread_sem_open" >&6; }
20388
 
if test $ac_cv_lib_pthread_sem_open = yes; then
 
20386
{ echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sem_open" >&5
 
20387
echo "${ECHO_T}$ac_cv_lib_rt_sem_open" >&6; }
 
20388
if test $ac_cv_lib_rt_sem_open = yes; then
20389
20389
 
20390
20390
cat >>confdefs.h <<\_ACEOF
20391
 
#define HAVE_LIBPTHREAD 1
 
20391
#define HAVE_LIBRT 1
20392
20392
_ACEOF
20393
20393
 
20394
20394
else
20395
 
  { { echo "$as_me:$LINENO: error: pthread library not found" >&5
20396
 
echo "$as_me: error: pthread library not found" >&2;}
 
20395
  { { echo "$as_me:$LINENO: error: rt library not found" >&5
 
20396
echo "$as_me: error: rt library not found" >&2;}
20397
20397
   { (exit 1); exit 1; }; }
20398
20398
fi
20399
20399
 
20660
20660
 
20661
20661
 
20662
20662
 
 
20663
 
20663
20664
for ac_header in fcntl.h libintl.h limits.h locale.h mntent.h paths.h \
20664
20665
                  stdlib.h string.h strings.h sys/ioctl.h sys/mount.h \
20665
20666
                  sys/time.h syslog.h unistd.h linux/types.h grp.h pwd.h \
20666
 
                  mntent.h semaphore.h ctype.h
 
20667
                  mntent.h semaphore.h ctype.h mqueue.h
20667
20668
do
20668
20669
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20669
20670
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24446
24447
 
24447
24448
 
24448
24449
 
 
24450
 
 
24451
 
24449
24452
for ac_func in alarm atexit ftruncate getcwd gettimeofday localtime_r \
24450
24453
                memmove memset munmap strchr strdup strerror strrchr strstr \
24451
 
                strtoul getgrgid getpwuid strcasecmp
 
24454
                strtoul getgrgid getpwuid strcasecmp getmntent_r strtok_r
24452
24455
do
24453
24456
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24454
24457
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
24903
24906
localstatedir=/var
24904
24907
 
24905
24908
 
24906
 
ac_config_files="$ac_config_files Makefile bin/Makefile include/Makefile lib/Makefile man/Makefile sbin/Makefile sbin/cleanerd/Makefile sbin/mkfs/Makefile sbin/mount/Makefile sbin/nilfs-tune/Makefile"
 
24909
ac_config_files="$ac_config_files Makefile bin/Makefile include/Makefile lib/Makefile man/Makefile sbin/Makefile sbin/cleanerd/Makefile sbin/mkfs/Makefile sbin/mount/Makefile sbin/nilfs-tune/Makefile sbin/nilfs-clean/Makefile sbin/nilfs-resize/Makefile"
24907
24910
 
24908
24911
cat >confcache <<\_ACEOF
24909
24912
# This file is a shell script that caches the results of configure
25322
25325
# report actual input values of CONFIG_FILES etc. instead of their
25323
25326
# values after options handling.
25324
25327
ac_log="
25325
 
This file was extended by NILFS utils $as_me 2.0.23, which was
 
25328
This file was extended by NILFS utils $as_me 2.1.0-rc1, which was
25326
25329
generated by GNU Autoconf 2.61.  Invocation command line was
25327
25330
 
25328
25331
  CONFIG_FILES    = $CONFIG_FILES
25375
25378
_ACEOF
25376
25379
cat >>$CONFIG_STATUS <<_ACEOF
25377
25380
ac_cs_version="\\
25378
 
NILFS utils config.status 2.0.23
 
25381
NILFS utils config.status 2.1.0-rc1
25379
25382
configured by $0, generated by GNU Autoconf 2.61,
25380
25383
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25381
25384
 
25501
25504
    "sbin/mkfs/Makefile") CONFIG_FILES="$CONFIG_FILES sbin/mkfs/Makefile" ;;
25502
25505
    "sbin/mount/Makefile") CONFIG_FILES="$CONFIG_FILES sbin/mount/Makefile" ;;
25503
25506
    "sbin/nilfs-tune/Makefile") CONFIG_FILES="$CONFIG_FILES sbin/nilfs-tune/Makefile" ;;
 
25507
    "sbin/nilfs-clean/Makefile") CONFIG_FILES="$CONFIG_FILES sbin/nilfs-clean/Makefile" ;;
 
25508
    "sbin/nilfs-resize/Makefile") CONFIG_FILES="$CONFIG_FILES sbin/nilfs-resize/Makefile" ;;
25504
25509
 
25505
25510
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
25506
25511
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}