1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-15 15:50:54 +02:00

Regenerate configure scripts.

This commit is contained in:
benjamin.drung@gmail.com 2013-11-05 22:38:50 +00:00
parent 2503c32d92
commit b9f7e7d0dc
3 changed files with 1802 additions and 2302 deletions

8
configure vendored
View File

@ -1457,7 +1457,7 @@ Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-static link wx statically [default=no]
--enable-static-wx link wx statically [default=no]
--enable-unicode enable unicode support [default=yes]
--enable-debug enable debug support [default=no]
--enable-sse enable SSE optimizations
@ -4584,9 +4584,9 @@ fi
# Check whether --enable-static was given.
if test "${enable_static+set}" = set; then :
enableval=$enable_static; static_preference="--static=$enableval"
enableval=$enable_static; static_wx_preference="--static=$enableval"
else
static_preference=""
static_wx_preference=""
fi
@ -5518,7 +5518,7 @@ else
wxconfigargs=""
fi
wxconfigargs="$static_preference $unicode_preference $wxconfigargs $wx_preference"
wxconfigargs="$static_wx_preference $unicode_preference $wxconfigargs $wx_preference"
wx_version=`${WX_CONFIG} $wxconfigargs --version`
{ $as_echo "$as_me:${as_lineno-$LINENO}: Checking that the chosen version of wxWidgets is 2.8.x" >&5

View File

@ -1290,7 +1290,7 @@ Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-static link wx statically (default=no)
--enable-static-wx link wx statically (default=no)
--enable-unicode enable unicode support (default=no)
--enable-debug enable debug support (default=none)
--disable-gtktest do not try to compile and run a test GTK+ program
@ -3527,9 +3527,9 @@ fi
#
# Check whether --enable-static was given.
if test "${enable_static+set}" = set; then :
enableval=$enable_static; static_preference="--static=$enableval"
enableval=$enable_static; static_wx_preference="--static=$enableval"
else
static_preference=""
static_wx_preference=""
fi
@ -3615,7 +3615,7 @@ if [ "$WX_CONFIG" = "no" ] ; then
fi
CPPFLAGS="$CPPFLAGS `$WX_CONFIG $static_preference $unicode_preference $debug_preference $wx_preference --cxxflags`"
CPPFLAGS="$CPPFLAGS `$WX_CONFIG $static_wx_preference $unicode_preference $debug_preference $wx_preference --cxxflags`"
ac_aux_dir=

File diff suppressed because it is too large Load Diff