mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Updated configure for 3.6.
This commit is contained in:
22
x11/configure
vendored
22
x11/configure
vendored
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for PDCurses 3.5.
|
||||
# Generated by GNU Autoconf 2.69 for PDCurses 3.6.
|
||||
#
|
||||
# Report bugs to <wmcbrine@gmail.com>.
|
||||
#
|
||||
@@ -580,8 +580,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='PDCurses'
|
||||
PACKAGE_TARNAME='PDCurses'
|
||||
PACKAGE_VERSION='3.5'
|
||||
PACKAGE_STRING='PDCurses 3.5'
|
||||
PACKAGE_VERSION='3.6'
|
||||
PACKAGE_STRING='PDCurses 3.6'
|
||||
PACKAGE_BUGREPORT='wmcbrine@gmail.com'
|
||||
PACKAGE_URL=''
|
||||
|
||||
@@ -1278,7 +1278,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures PDCurses 3.5 to adapt to many kinds of systems.
|
||||
\`configure' configures PDCurses 3.6 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -1349,7 +1349,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of PDCurses 3.5:";;
|
||||
short | recursive ) echo "Configuration of PDCurses 3.6:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -1447,7 +1447,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
PDCurses configure 3.5
|
||||
PDCurses configure 3.6
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
@@ -1816,7 +1816,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by PDCurses $as_me 3.5, which was
|
||||
It was created by PDCurses $as_me 3.6, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -4645,7 +4645,7 @@ if test "$DYN_COMP" = ""; then
|
||||
$as_echo_n "checking compiler flags for a dynamic object... " >&6; }
|
||||
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 4655 "configure"
|
||||
#line 4648 "configure"
|
||||
int a=0
|
||||
EOF
|
||||
|
||||
@@ -4684,7 +4684,7 @@ $as_echo "none of $mh_cv_flags supported" >&6; }
|
||||
|
||||
mh_compile='${CC-cc} -c $DYN_COMP conftest.$ac_ext 1>&5'
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 4694 "configure"
|
||||
#line 4687 "configure"
|
||||
int foo()
|
||||
{
|
||||
return(0);
|
||||
@@ -5274,7 +5274,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by PDCurses $as_me 3.5, which was
|
||||
This file was extended by PDCurses $as_me 3.6, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -5336,7 +5336,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
PDCurses config.status 3.5
|
||||
PDCurses config.status 3.6
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user