~ubuntu-branches/debian/sid/qmidinet/sid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2015-03-27 14:07:48 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150327140748-nohwmi2o6ipnprl1
Tags: 0.2.1-1
* Imported Upstream version 0.2.1
* Bump Standards.

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.69 for QmidiNet 0.2.0.
 
3
# Generated by GNU Autoconf 2.69 for QmidiNet 0.2.1.
4
4
#
5
5
# Report bugs to <rncbc@rncbc.org>.
6
6
#
580
580
# Identity of this package.
581
581
PACKAGE_NAME='QmidiNet'
582
582
PACKAGE_TARNAME='qmidinet'
583
 
PACKAGE_VERSION='0.2.0'
584
 
PACKAGE_STRING='QmidiNet 0.2.0'
 
583
PACKAGE_VERSION='0.2.1'
 
584
PACKAGE_STRING='QmidiNet 0.2.1'
585
585
PACKAGE_BUGREPORT='rncbc@rncbc.org'
586
586
PACKAGE_URL=''
587
587
 
694
694
enable_jack_midi
695
695
enable_qt4
696
696
enable_qt5
697
 
with_qt
 
697
with_qt4
 
698
with_qt5
698
699
with_alsa
699
700
with_jack
700
701
'
1251
1252
  # Omit some internal or obsolete options to make the list less imposing.
1252
1253
  # This message is too long to be a string in the A/UX 3.1 sh.
1253
1254
  cat <<_ACEOF
1254
 
\`configure' configures QmidiNet 0.2.0 to adapt to many kinds of systems.
 
1255
\`configure' configures QmidiNet 0.2.1 to adapt to many kinds of systems.
1255
1256
 
1256
1257
Usage: $0 [OPTION]... [VAR=VALUE]...
1257
1258
 
1312
1313
 
1313
1314
if test -n "$ac_init_help"; then
1314
1315
  case $ac_init_help in
1315
 
     short | recursive ) echo "Configuration of QmidiNet 0.2.0:";;
 
1316
     short | recursive ) echo "Configuration of QmidiNet 0.2.1:";;
1316
1317
   esac
1317
1318
  cat <<\_ACEOF
1318
1319
 
1329
1330
Optional Packages:
1330
1331
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1331
1332
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1332
 
  --with-qt=PATH          use alternate Qt install path
 
1333
  --with-qt4=PATH         use alternate Qt4 install path
 
1334
  --with-qt5=PATH         use alternate Qt5 install path
1333
1335
  --with-alsa=PATH        use alternate ALSA install path
1334
1336
  --with-jack=PATH        use alternate JACK install path
1335
1337
 
1412
1414
test -n "$ac_init_help" && exit $ac_status
1413
1415
if $ac_init_version; then
1414
1416
  cat <<\_ACEOF
1415
 
QmidiNet configure 0.2.0
 
1417
QmidiNet configure 0.2.1
1416
1418
generated by GNU Autoconf 2.69
1417
1419
 
1418
1420
Copyright (C) 2012 Free Software Foundation, Inc.
1789
1791
This file contains any messages produced by compilers while
1790
1792
running configure, to aid debugging if configure makes a mistake.
1791
1793
 
1792
 
It was created by QmidiNet $as_me 0.2.0, which was
 
1794
It was created by QmidiNet $as_me 0.2.1, which was
1793
1795
generated by GNU Autoconf 2.69.  Invocation command line was
1794
1796
 
1795
1797
  $ $0 $@
2211
2213
fi
2212
2214
 
2213
2215
 
 
2216
 
 
2217
 
 
2218
# Standard installation base dirs.
 
2219
ac_with_paths="/usr /usr/local"
 
2220
 
 
2221
# Set for alternate Qt4/5 installation dir.
 
2222
 
 
2223
# Check whether --with-qt4 was given.
 
2224
if test "${with_qt4+set}" = set; then :
 
2225
  withval=$with_qt4; ac_qt4_path="$withval"
 
2226
else
 
2227
  ac_qt4_path="no"
 
2228
fi
 
2229
 
 
2230
 
 
2231
 
 
2232
# Check whether --with-qt5 was given.
 
2233
if test "${with_qt5+set}" = set; then :
 
2234
  withval=$with_qt5; ac_qt5_path="$withval"
 
2235
else
 
2236
  ac_qt5_path="no"
 
2237
fi
 
2238
 
 
2239
 
 
2240
if test "x$ac_qt4_path" != "xno"; then
 
2241
   ac_with_paths="$ac_with_paths $ac_qt4_path"
 
2242
   ac_qt4="yes"
 
2243
fi
 
2244
 
 
2245
if test "x$ac_qt5_path" != "xno"; then
 
2246
   ac_with_paths="$ac_with_paths $ac_qt5_path"
 
2247
   ac_qt5="yes"
 
2248
fi
 
2249
 
2214
2250
if test "x$ac_qt4" = "xno"; then
2215
2251
   ac_qt5="yes"
2216
2252
fi
2218
2254
   ac_qt4="no"
2219
2255
fi
2220
2256
 
2221
 
 
2222
 
# Standard installation base dirs.
2223
 
ac_with_paths="/usr /usr/local"
2224
 
 
2225
 
# Set for alternate Qt installation dir.
2226
 
 
2227
 
# Check whether --with-qt was given.
2228
 
if test "${with_qt+set}" = set; then :
2229
 
  withval=$with_qt; ac_with_paths="$ac_with_paths $withval"
2230
 
fi
2231
 
 
2232
 
 
2233
2257
# Set for alternate ALSA installation dir.
2234
2258
 
2235
2259
# Check whether --with-alsa was given.
3820
3844
done
3821
3845
 
3822
3846
 
3823
 
# Check for proper Qt version.
 
3847
# Check for proper Qt4/5 version.
 
3848
if test "x$ac_qt4" = "xyes"; then
3824
3849
 
3825
3850
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt library version >= 4.4" >&5
3826
3851
$as_echo_n "checking for Qt library version >= 4.4... " >&6; }
3828
3853
  $as_echo_n "(cached) " >&6
3829
3854
else
3830
3855
 
3831
 
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3832
 
/* end confdefs.h.  */
3833
 
#include "QtCore/qglobal.h"
3834
 
int
3835
 
main ()
3836
 
{
3837
 
 
3838
 
      #if QT_VERSION < 0x040400
3839
 
      #error Qt library 4.4 or greater required.
3840
 
      #endif
3841
 
 
3842
 
  ;
3843
 
  return 0;
3844
 
}
3845
 
_ACEOF
3846
 
if ac_fn_cxx_try_link "$LINENO"; then :
3847
 
  ac_cv_qtversion="yes"
3848
 
else
3849
 
 
3850
 
      echo "no; Qt 4.4 or greater is required"
3851
 
      exit 1
3852
 
 
3853
 
fi
3854
 
rm -f core conftest.err conftest.$ac_objext \
3855
 
    conftest$ac_exeext conftest.$ac_ext
3856
 
 
3857
 
fi
3858
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_qtversion" >&5
3859
 
$as_echo "$ac_cv_qtversion" >&6; }
3860
 
 
 
3856
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3857
/* end confdefs.h.  */
 
3858
#include "QtCore/qglobal.h"
 
3859
int
 
3860
main ()
 
3861
{
 
3862
 
 
3863
         #if QT_VERSION < 0x040400
 
3864
         #error Qt library 4.4 or greater required.
 
3865
         #endif
 
3866
 
 
3867
  ;
 
3868
  return 0;
 
3869
}
 
3870
_ACEOF
 
3871
if ac_fn_cxx_try_link "$LINENO"; then :
 
3872
  ac_cv_qtversion="yes"
 
3873
else
 
3874
 
 
3875
         echo "no; Qt 4.4 or greater is required"
 
3876
         exit 1
 
3877
 
 
3878
fi
 
3879
rm -f core conftest.err conftest.$ac_objext \
 
3880
    conftest$ac_exeext conftest.$ac_ext
 
3881
 
 
3882
fi
 
3883
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_qtversion" >&5
 
3884
$as_echo "$ac_cv_qtversion" >&6; }
 
3885
fi
 
3886
 
 
3887
if test "x$ac_qt5" = "xyes"; then
 
3888
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt library version >= 5.1" >&5
 
3889
$as_echo_n "checking for Qt library version >= 5.1... " >&6; }
 
3890
if ${ac_cv_qtversion+:} false; then :
 
3891
  $as_echo_n "(cached) " >&6
 
3892
else
 
3893
 
 
3894
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3895
/* end confdefs.h.  */
 
3896
#include "QtCore/qglobal.h"
 
3897
int
 
3898
main ()
 
3899
{
 
3900
 
 
3901
         #if QT_VERSION < 0x050100
 
3902
         #error Qt library 5.1 or greater required.
 
3903
         #endif
 
3904
 
 
3905
  ;
 
3906
  return 0;
 
3907
}
 
3908
_ACEOF
 
3909
if ac_fn_cxx_try_link "$LINENO"; then :
 
3910
  ac_cv_qtversion="yes"
 
3911
else
 
3912
 
 
3913
         echo "no; Qt 5.1 or greater is required"
 
3914
         exit 1
 
3915
 
 
3916
fi
 
3917
rm -f core conftest.err conftest.$ac_objext \
 
3918
    conftest$ac_exeext conftest.$ac_ext
 
3919
 
 
3920
fi
 
3921
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_qtversion" >&5
 
3922
$as_echo "$ac_cv_qtversion" >&6; }
 
3923
fi
3861
3924
 
3862
3925
# A common error message:
3863
3926
ac_errmsg="not found in current PATH. Maybe QT development environment isn't available (qt-devel)."
4966
5029
# report actual input values of CONFIG_FILES etc. instead of their
4967
5030
# values after options handling.
4968
5031
ac_log="
4969
 
This file was extended by QmidiNet $as_me 0.2.0, which was
 
5032
This file was extended by QmidiNet $as_me 0.2.1, which was
4970
5033
generated by GNU Autoconf 2.69.  Invocation command line was
4971
5034
 
4972
5035
  CONFIG_FILES    = $CONFIG_FILES
5028
5091
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5029
5092
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5030
5093
ac_cs_version="\\
5031
 
QmidiNet config.status 0.2.0
 
5094
QmidiNet config.status 0.2.1
5032
5095
configured by $0, generated by GNU Autoconf 2.69,
5033
5096
  with options \\"\$ac_cs_config\\"
5034
5097