aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure55
1 files changed, 44 insertions, 11 deletions
diff --git a/configure b/configure
index 0975e75..0dff4b0 100755
--- a/configure
+++ b/configure
@@ -2,6 +2,8 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for libtuberia 1.0.0.
#
+# Report bugs to <nicolas.dato at gmail.com>.
+#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
#
@@ -264,10 +266,11 @@ fi
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
-$0: including any error possibly output before this
-$0: message. Then install a modern shell, or manually run
-$0: the script under such a shell if you do have one."
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and nicolas.dato at
+$0: gmail.com about your system, including any error
+$0: possibly output before this message. Then install a
+$0: modern shell, or manually run the script under such a
+$0: shell if you do have one."
fi
exit 1
fi
@@ -579,8 +582,8 @@ PACKAGE_NAME='libtuberia'
PACKAGE_TARNAME='libtuberia'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='libtuberia 1.0.0'
-PACKAGE_BUGREPORT=''
-PACKAGE_URL=''
+PACKAGE_BUGREPORT='nicolas.dato at gmail.com'
+PACKAGE_URL='https://git.ndato.com/libtuberia'
ac_unique_file="src/tuberia.c"
ac_default_prefix=/usr
@@ -638,6 +641,7 @@ LIBOBJS
EGREP
GREP
CPP
+pkgconfigdir
AM_CFLAGS
ac_ct_AR
AR
@@ -729,6 +733,7 @@ ac_user_opts='
enable_option_checking
enable_silent_rules
enable_dependency_tracking
+with_pkgconfigdir
enable_examples
enable_tests
enable_itc_test
@@ -1370,6 +1375,12 @@ Optional Features:
--disable-tuberia-test Disable Tuberia test
--disable-valgrind Disable the use of valgrind in tests
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --with-pkgconfigdir pkg-config installation directory
+ ['${libdir}/pkgconfig']
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
@@ -1383,7 +1394,8 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to the package provider.
+Report bugs to <nicolas.dato at gmail.com>.
+libtuberia home page: <https://git.ndato.com/libtuberia>.
_ACEOF
ac_status=$?
fi
@@ -1651,6 +1663,10 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+( $as_echo "## ---------------------------------------- ##
+## Report this to nicolas.dato at gmail.com ##
+## ---------------------------------------- ##"
+ ) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
@@ -4125,6 +4141,22 @@ esac
AM_CFLAGS="-Wall -Wextra -Werror -pedantic"
+
+
+
+# Check whether --with-pkgconfigdir was given.
+if test "${with_pkgconfigdir+set}" = set; then :
+ withval=$with_pkgconfigdir;
+else
+ with_pkgconfigdir='${libdir}/pkgconfig'
+fi
+
+pkgconfigdir=$with_pkgconfigdir
+
+
+
+
+
# Checks for libraries.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5
$as_echo_n "checking for pthread_self in -lpthread... " >&6; }
@@ -4910,9 +4942,7 @@ else
fi
-if test "x$has_valgrind" = xyes; then :
-
-else
+if test "x$has_valgrind" = xno; then :
enable_valgrind=no
fi
if test "x$has_avcodec" = xno; then :
@@ -5581,7 +5611,8 @@ $config_headers
Configuration commands:
$config_commands
-Report bugs to the package provider."
+Report bugs to <nicolas.dato at gmail.com>.
+libtuberia home page: <https://git.ndato.com/libtuberia>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
@@ -6481,4 +6512,6 @@ $as_echo "$as_me: exec_prefix: $exec_prefix" >&6;}
$as_echo "$as_me: libdir: $libdir" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: includedir: $includedir" >&5
$as_echo "$as_me: includedir: $includedir" >&6;}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: pkgconfigdir: $pkgconfigdir" >&5
+$as_echo "$as_me: pkgconfigdir: $pkgconfigdir" >&6;}