~reviczky/+junk/gtksharp

« back to all changes in this revision

Viewing changes to configure

  • Committer: Adam Reviczky
  • Date: 2014-07-08 22:53:28 UTC
  • Revision ID: adam.reviczky@kclalumni.net-20140708225328-kt03dwtjwif21k3r
July 05, 2014 (7ea0c4afaf)

Show diffs side-by-side

added added

removed removed

Lines of Context:
632
632
am__EXEEXT_TRUE
633
633
LTLIBOBJS
634
634
LIBOBJS
 
635
ENABLE_MSI_FALSE
 
636
ENABLE_MSI_TRUE
635
637
ENABLE_MONODOC_FALSE
636
638
ENABLE_MONODOC_TRUE
637
639
ENABLE_DOTNET_FALSE
643
645
ATK_CFLAGS
644
646
PANGO_LIBS
645
647
PANGO_CFLAGS
 
648
GLIB_2_31_LIBS
 
649
GLIB_2_31_CFLAGS
646
650
CSFLAGS
647
 
GLIB_2_31_LIBS
648
 
GLIB_2_31_CFLAGS
649
651
GIO_LIBS
650
652
GIO_CFLAGS
651
653
GLIB_LIBS
652
654
GLIB_CFLAGS
653
 
GENERATED_SOURCES
 
655
ASSEMBLYINFO
 
656
GENERATED_SOURCES_OPTION
 
657
GENERATED_SOURCES_FILES
654
658
LIB_SUFFIX
655
659
LIB_PREFIX
656
660
GACUTIL_FLAGS
657
661
CSC
 
662
ENABLE_THREADCHECK_FALSE
 
663
ENABLE_THREADCHECK_TRUE
 
664
PROFILER_LIBS
 
665
PROFILER_CFLAGS
658
666
RUNTIME
659
667
AL
660
668
GACUTIL
661
 
PROFILER_LIBS
662
 
PROFILER_CFLAGS
663
669
MONO_DEPENDENCY_LIBS
664
670
MONO_DEPENDENCY_CFLAGS
665
671
PKG_CONFIG_LIBDIR
666
672
PKG_CONFIG_PATH
667
673
OFF_T_FLAGS
668
674
PKG_CONFIG
 
675
WIX
669
676
OTOOL64
670
677
OTOOL
671
678
LIPO
3210
3217
 
3211
3218
 
3212
3219
 
 
3220
 
3213
3221
API_VERSION=3.0.0.0
3214
3222
 
3215
3223
CAIRO_API_VERSION=1.10.0.0
3235
3243
$as_echo "#define PLATFORM_WIN32 1" >>confdefs.h
3236
3244
 
3237
3245
                if test "x$cross_compiling" = "xno"; then
3238
 
                        CC="gcc -mno-cygwin -g"
 
3246
                        CC="gcc -g"
3239
3247
                        HOST_CC="gcc"
3240
3248
                fi
3241
3249
                ;;
3247
3255
$as_echo "#define PLATFORM_WIN32 1" >>confdefs.h
3248
3256
 
3249
3257
                if test "x$cross_compiling" = "xno"; then
3250
 
                        CC="gcc -mno-cygwin -g"
 
3258
                        CC="gcc -g"
3251
3259
                        HOST_CC="gcc"
3252
3260
                fi
3253
3261
                ;;
8684
8692
$RM -r conftest*
8685
8693
 
8686
8694
 
 
8695
## CAVEAT EMPTOR:
 
8696
## There is no encapsulation within the following macros, do not change
 
8697
## the running order or otherwise move them around unless you know exactly
 
8698
## what you are doing...
8687
8699
if test -n "$compiler"; then
8688
8700
 
8689
8701
lt_prog_compiler_no_builtin_flag=
12280
12292
 
12281
12293
fi
12282
12294
 
 
12295
enable_msi="no"
 
12296
if test "x$platform_win32" = "xyes"; then
 
12297
        # Extract the first word of "candle", so it can be a program name with args.
 
12298
set dummy candle; ac_word=$2
 
12299
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
12300
$as_echo_n "checking for $ac_word... " >&6; }
 
12301
if ${ac_cv_path_WIX+:} false; then :
 
12302
  $as_echo_n "(cached) " >&6
 
12303
else
 
12304
  case $WIX in
 
12305
  [\\/]* | ?:[\\/]*)
 
12306
  ac_cv_path_WIX="$WIX" # Let the user override the test with a path.
 
12307
  ;;
 
12308
  *)
 
12309
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12310
for as_dir in $PATH
 
12311
do
 
12312
  IFS=$as_save_IFS
 
12313
  test -z "$as_dir" && as_dir=.
 
12314
    for ac_exec_ext in '' $ac_executable_extensions; do
 
12315
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
12316
    ac_cv_path_WIX="$as_dir/$ac_word$ac_exec_ext"
 
12317
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
12318
    break 2
 
12319
  fi
 
12320
done
 
12321
  done
 
12322
IFS=$as_save_IFS
 
12323
 
 
12324
  test -z "$ac_cv_path_WIX" && ac_cv_path_WIX="no"
 
12325
  ;;
 
12326
esac
 
12327
fi
 
12328
WIX=$ac_cv_path_WIX
 
12329
if test -n "$WIX"; then
 
12330
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WIX" >&5
 
12331
$as_echo "$WIX" >&6; }
 
12332
else
 
12333
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12334
$as_echo "no" >&6; }
 
12335
fi
 
12336
 
 
12337
 
 
12338
        if test "x$WIX" != "xno" ; then
 
12339
                enable_msi="yes"
 
12340
        fi
 
12341
fi
 
12342
 
12283
12343
# Extract the first word of "pkg-config", so it can be a program name with args.
12284
12344
set dummy pkg-config; ac_word=$2
12285
12345
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12554
12614
        has_mono=true
12555
12615
fi
12556
12616
 
12557
 
#libmono and glib required for gui-thread-check profiler module
12558
 
 
12559
 
pkg_failed=no
12560
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PROFILER" >&5
12561
 
$as_echo_n "checking for PROFILER... " >&6; }
12562
 
 
12563
 
if test -n "$PROFILER_CFLAGS"; then
12564
 
    pkg_cv_PROFILER_CFLAGS="$PROFILER_CFLAGS"
12565
 
 elif test -n "$PKG_CONFIG"; then
12566
 
    if test -n "$PKG_CONFIG" && \
12567
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-2 glib-2.0\""; } >&5
12568
 
  ($PKG_CONFIG --exists --print-errors "mono-2 glib-2.0") 2>&5
12569
 
  ac_status=$?
12570
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12571
 
  test $ac_status = 0; }; then
12572
 
  pkg_cv_PROFILER_CFLAGS=`$PKG_CONFIG --cflags "mono-2 glib-2.0" 2>/dev/null`
12573
 
                      test "x$?" != "x0" && pkg_failed=yes
12574
 
else
12575
 
  pkg_failed=yes
12576
 
fi
12577
 
 else
12578
 
    pkg_failed=untried
12579
 
fi
12580
 
if test -n "$PROFILER_LIBS"; then
12581
 
    pkg_cv_PROFILER_LIBS="$PROFILER_LIBS"
12582
 
 elif test -n "$PKG_CONFIG"; then
12583
 
    if test -n "$PKG_CONFIG" && \
12584
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-2 glib-2.0\""; } >&5
12585
 
  ($PKG_CONFIG --exists --print-errors "mono-2 glib-2.0") 2>&5
12586
 
  ac_status=$?
12587
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12588
 
  test $ac_status = 0; }; then
12589
 
  pkg_cv_PROFILER_LIBS=`$PKG_CONFIG --libs "mono-2 glib-2.0" 2>/dev/null`
12590
 
                      test "x$?" != "x0" && pkg_failed=yes
12591
 
else
12592
 
  pkg_failed=yes
12593
 
fi
12594
 
 else
12595
 
    pkg_failed=untried
12596
 
fi
12597
 
 
12598
 
 
12599
 
 
12600
 
if test $pkg_failed = yes; then
12601
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12602
 
$as_echo "no" >&6; }
12603
 
 
12604
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12605
 
        _pkg_short_errors_supported=yes
12606
 
else
12607
 
        _pkg_short_errors_supported=no
12608
 
fi
12609
 
        if test $_pkg_short_errors_supported = yes; then
12610
 
                PROFILER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mono-2 glib-2.0" 2>&1`
12611
 
        else
12612
 
                PROFILER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mono-2 glib-2.0" 2>&1`
12613
 
        fi
12614
 
        # Put the nasty error message in config.log where it belongs
12615
 
        echo "$PROFILER_PKG_ERRORS" >&5
12616
 
 
12617
 
        as_fn_error $? "Package requirements (mono-2 glib-2.0) were not met:
12618
 
 
12619
 
$PROFILER_PKG_ERRORS
12620
 
 
12621
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
12622
 
installed software in a non-standard prefix.
12623
 
 
12624
 
Alternatively, you may set the environment variables PROFILER_CFLAGS
12625
 
and PROFILER_LIBS to avoid the need to call pkg-config.
12626
 
See the pkg-config man page for more details." "$LINENO" 5
12627
 
elif test $pkg_failed = untried; then
12628
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12629
 
$as_echo "no" >&6; }
12630
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12631
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12632
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
12633
 
is in your PATH or set the PKG_CONFIG environment variable to the full
12634
 
path to pkg-config.
12635
 
 
12636
 
Alternatively, you may set the environment variables PROFILER_CFLAGS
12637
 
and PROFILER_LIBS to avoid the need to call pkg-config.
12638
 
See the pkg-config man page for more details.
12639
 
 
12640
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
12641
 
See \`config.log' for more details" "$LINENO" 5; }
12642
 
else
12643
 
        PROFILER_CFLAGS=$pkg_cv_PROFILER_CFLAGS
12644
 
        PROFILER_LIBS=$pkg_cv_PROFILER_LIBS
12645
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12646
 
$as_echo "yes" >&6; }
12647
 
 
12648
 
fi
12649
 
 
12650
12617
# Extract the first word of "gacutil", so it can be a program name with args.
12651
12618
set dummy gacutil; ac_word=$2
12652
12619
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12739
12706
 
12740
12707
if test "x$has_mono" = "xtrue"; then
12741
12708
GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(prefix)/lib'
12742
 
GENERATED_SOURCES=generated/*.cs
 
12709
GENERATED_SOURCES_FILES=generated/*/*.cs
 
12710
GENERATED_SOURCES_OPTION=$GENERATED_SOURCES_FILES
 
12711
ASSEMBLYINFO=/AssemblyInfo.cs
12743
12712
# Extract the first word of "mono", so it can be a program name with args.
12744
12713
set dummy mono; ac_word=$2
12745
12714
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12782
12751
 
12783
12752
 
12784
12753
 
 
12754
# libmono and glib required for gui-thread-check profiler module
 
12755
 
 
12756
pkg_failed=no
 
12757
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PROFILER" >&5
 
12758
$as_echo_n "checking for PROFILER... " >&6; }
 
12759
 
 
12760
if test -n "$PROFILER_CFLAGS"; then
 
12761
    pkg_cv_PROFILER_CFLAGS="$PROFILER_CFLAGS"
 
12762
 elif test -n "$PKG_CONFIG"; then
 
12763
    if test -n "$PKG_CONFIG" && \
 
12764
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-2 glib-2.0\""; } >&5
 
12765
  ($PKG_CONFIG --exists --print-errors "mono-2 glib-2.0") 2>&5
 
12766
  ac_status=$?
 
12767
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
12768
  test $ac_status = 0; }; then
 
12769
  pkg_cv_PROFILER_CFLAGS=`$PKG_CONFIG --cflags "mono-2 glib-2.0" 2>/dev/null`
 
12770
                      test "x$?" != "x0" && pkg_failed=yes
 
12771
else
 
12772
  pkg_failed=yes
 
12773
fi
 
12774
 else
 
12775
    pkg_failed=untried
 
12776
fi
 
12777
if test -n "$PROFILER_LIBS"; then
 
12778
    pkg_cv_PROFILER_LIBS="$PROFILER_LIBS"
 
12779
 elif test -n "$PKG_CONFIG"; then
 
12780
    if test -n "$PKG_CONFIG" && \
 
12781
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mono-2 glib-2.0\""; } >&5
 
12782
  ($PKG_CONFIG --exists --print-errors "mono-2 glib-2.0") 2>&5
 
12783
  ac_status=$?
 
12784
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
12785
  test $ac_status = 0; }; then
 
12786
  pkg_cv_PROFILER_LIBS=`$PKG_CONFIG --libs "mono-2 glib-2.0" 2>/dev/null`
 
12787
                      test "x$?" != "x0" && pkg_failed=yes
 
12788
else
 
12789
  pkg_failed=yes
 
12790
fi
 
12791
 else
 
12792
    pkg_failed=untried
 
12793
fi
 
12794
 
 
12795
 
 
12796
 
 
12797
if test $pkg_failed = yes; then
 
12798
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12799
$as_echo "no" >&6; }
 
12800
 
 
12801
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
12802
        _pkg_short_errors_supported=yes
 
12803
else
 
12804
        _pkg_short_errors_supported=no
 
12805
fi
 
12806
        if test $_pkg_short_errors_supported = yes; then
 
12807
                PROFILER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mono-2 glib-2.0" 2>&1`
 
12808
        else
 
12809
                PROFILER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mono-2 glib-2.0" 2>&1`
 
12810
        fi
 
12811
        # Put the nasty error message in config.log where it belongs
 
12812
        echo "$PROFILER_PKG_ERRORS" >&5
 
12813
 
 
12814
        as_fn_error $? "Package requirements (mono-2 glib-2.0) were not met:
 
12815
 
 
12816
$PROFILER_PKG_ERRORS
 
12817
 
 
12818
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
12819
installed software in a non-standard prefix.
 
12820
 
 
12821
Alternatively, you may set the environment variables PROFILER_CFLAGS
 
12822
and PROFILER_LIBS to avoid the need to call pkg-config.
 
12823
See the pkg-config man page for more details." "$LINENO" 5
 
12824
elif test $pkg_failed = untried; then
 
12825
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
12826
$as_echo "no" >&6; }
 
12827
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
12828
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
12829
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
12830
is in your PATH or set the PKG_CONFIG environment variable to the full
 
12831
path to pkg-config.
 
12832
 
 
12833
Alternatively, you may set the environment variables PROFILER_CFLAGS
 
12834
and PROFILER_LIBS to avoid the need to call pkg-config.
 
12835
See the pkg-config man page for more details.
 
12836
 
 
12837
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
12838
See \`config.log' for more details" "$LINENO" 5; }
 
12839
else
 
12840
        PROFILER_CFLAGS=$pkg_cv_PROFILER_CFLAGS
 
12841
        PROFILER_LIBS=$pkg_cv_PROFILER_LIBS
 
12842
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
12843
$as_echo "yes" >&6; }
 
12844
 
 
12845
fi
 
12846
 if true; then
 
12847
  ENABLE_THREADCHECK_TRUE=
 
12848
  ENABLE_THREADCHECK_FALSE='#'
 
12849
else
 
12850
  ENABLE_THREADCHECK_TRUE='#'
 
12851
  ENABLE_THREADCHECK_FALSE=
 
12852
fi
 
12853
 
 
12854
 
12785
12855
# If mono is found, it's in the path.  Require it to be in the path at runtime as well
12786
12856
if test "x$RUNTIME" != "no" ; then
12787
12857
        RUNTIME="mono$RUNTIME_DEBUG_FLAGS"
12883
12953
fi
12884
12954
 
12885
12955
 
 
12956
CSFLAGS="-nologo -platform:x86"
12886
12957
GACUTIL_FLAGS=
12887
 
GENERATED_SOURCES=generated\\\\*.cs
 
12958
GENERATED_SOURCES_FILES="generated\\\\*.cs"
 
12959
GENERATED_SOURCES_OPTION="-recurse:$GENERATED_SOURCES_FILES"
 
12960
ASSEMBLYINFO=\\\\AssemblyInfo.cs
 
12961
 if false; then
 
12962
  ENABLE_THREADCHECK_TRUE=
 
12963
  ENABLE_THREADCHECK_FALSE='#'
 
12964
else
 
12965
  ENABLE_THREADCHECK_TRUE='#'
 
12966
  ENABLE_THREADCHECK_FALSE=
 
12967
fi
 
12968
 
12888
12969
enable_dotnet=yes
12889
12970
 
12890
 
if test x$CSC = "xno"; then
12891
 
        as_fn_error $? "You need to install either mono (>=$MONO_REQUIRED_VERSION) or .Net" "$LINENO" 5
12892
 
else
12893
12971
RUNTIME=
12894
12972
LIB_PREFIX=
12895
12973
LIB_SUFFIX=.dylib
12896
12974
fi
12897
 
fi
12898
12975
 
12899
12976
CS="C#"
12900
12977
if test "x$CSC" = "xno" ; then
12901
 
        as_fn_error $? "No $CS compiler found" "$LINENO" 5
 
12978
        as_fn_error $? "No $CS compiler found. You need to install either mono (>=$MONO_REQUIRED_VERSION) or .Net" "$LINENO" 5
12902
12979
fi
12903
12980
 
12904
12981
 
12909
12986
 
12910
12987
 
12911
12988
 
 
12989
 
 
12990
 
12912
12991
GTK_REQUIRED_VERSION=3.0.0
12913
12992
GLIB_REQUIRED_VERSION=2.28.0
12914
12993
 
13100
13179
 
13101
13180
 
13102
13181
 
13103
 
CSFLAGS="$DEBUG_FLAGS $WIN64DEFINES"
 
13182
CSFLAGS="$CSFLAGS $DEBUG_FLAGS $WIN64DEFINES"
 
13183
 
 
13184
 
13104
13185
 
13105
13186
pkg_failed=no
13106
13187
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB_2_31" >&5
13177
13258
fi
13178
13259
 
13179
13260
 
13180
 
 
13181
13261
pkg_failed=no
13182
13262
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGO" >&5
13183
13263
$as_echo_n "checking for PANGO... " >&6; }
13525
13605
  ENABLE_MONODOC_FALSE=
13526
13606
fi
13527
13607
 
13528
 
 
13529
 
 
13530
 
 
13531
 
ac_config_files="$ac_config_files AssemblyInfo.cs Makefile policy.config sources/Makefile parser/Makefile parser/gapi-3.0.pc parser/gapi3-parser generator/Makefile generator/gapi3-codegen generator/gapi3-fixup glib/Makefile glib/glib-sharp-3.0.pc glib/glib-sharp.dll.config gio/Makefile gio/gio-sharp-3.0.pc gio/gio-sharp.dll.config gio/glue/Makefile cairo/AssemblyInfo.cs cairo/Makefile pango/Makefile pango/pango-sharp.dll.config pango/glue/Makefile atk/Makefile atk/atk-sharp.dll.config atk/glue/Makefile gdk/Makefile gdk/gdk-sharp.dll.config gtk/Makefile gtk/gtk-sharp-3.0.pc gtk/gtk-sharp.dll.config gtk/glue/Makefile gtk/gui-thread-check/Makefile gtk/gui-thread-check/profiler/Makefile gtkdotnet/Makefile gtkdotnet/gtk-dotnet.dll.config gtkdotnet/gtk-dotnet-3.0.pc doc/Makefile sample/GtkDemo/Makefile sample/Makefile sample/pixmaps/Makefile sample/test/Makefile sample/valtest/Makefile sample/valtest/valtest.exe.config sample/opaquetest/Makefile sample/opaquetest/opaquetest.exe.config sample/gio/Makefile sample/gtk-gio/Makefile"
 
13608
 if test "x$enable_msi" = "xyes"; then
 
13609
  ENABLE_MSI_TRUE=
 
13610
  ENABLE_MSI_FALSE='#'
 
13611
else
 
13612
  ENABLE_MSI_TRUE='#'
 
13613
  ENABLE_MSI_FALSE=
 
13614
fi
 
13615
 
 
13616
 
 
13617
 
 
13618
 
 
13619
ac_config_files="$ac_config_files AssemblyInfo.cs Makefile policy.config sources/Makefile parser/Makefile parser/gapi-3.0.pc parser/gapi3-parser generator/Makefile generator/gapi3-codegen generator/gapi3-fixup glib/Makefile glib/glib-sharp-3.0.pc glib/glib-sharp.dll.config gio/Makefile gio/gio-sharp-3.0.pc gio/gio-sharp.dll.config gio/glue/Makefile cairo/AssemblyInfo.cs cairo/Makefile pango/Makefile pango/pango-sharp.dll.config pango/glue/Makefile atk/Makefile atk/atk-sharp.dll.config atk/glue/Makefile gdk/Makefile gdk/gdk-sharp-3.0.pc gdk/gdk-sharp.dll.config gtk/Makefile gtk/gtk-sharp-3.0.pc gtk/gtk-sharp.dll.config gtk/glue/Makefile gtk/gui-thread-check/Makefile gtk/gui-thread-check/profiler/Makefile gtkdotnet/Makefile gtkdotnet/gtk-dotnet.dll.config gtkdotnet/gtk-dotnet-3.0.pc doc/Makefile msi/gtk-sharp-3.0.wxs msi/Makefile msi/unmanaged/Makefile sample/GtkDemo/Makefile sample/Makefile sample/pixmaps/Makefile sample/test/Makefile sample/valtest/Makefile sample/valtest/valtest.exe.config sample/opaquetest/Makefile sample/opaquetest/opaquetest.exe.config sample/gio/Makefile sample/gtk-gio/Makefile"
13532
13620
 
13533
13621
cat >confcache <<\_ACEOF
13534
13622
# This file is a shell script that caches the results of configure
13671
13759
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13672
13760
Usually this means the macro was only invoked conditionally." "$LINENO" 5
13673
13761
fi
 
13762
if test -z "${ENABLE_THREADCHECK_TRUE}" && test -z "${ENABLE_THREADCHECK_FALSE}"; then
 
13763
  as_fn_error $? "conditional \"ENABLE_THREADCHECK\" was never defined.
 
13764
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
13765
fi
 
13766
if test -z "${ENABLE_THREADCHECK_TRUE}" && test -z "${ENABLE_THREADCHECK_FALSE}"; then
 
13767
  as_fn_error $? "conditional \"ENABLE_THREADCHECK\" was never defined.
 
13768
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
13769
fi
13674
13770
if test -z "${ENABLE_DOTNET_TRUE}" && test -z "${ENABLE_DOTNET_FALSE}"; then
13675
13771
  as_fn_error $? "conditional \"ENABLE_DOTNET\" was never defined.
13676
13772
Usually this means the macro was only invoked conditionally." "$LINENO" 5
13679
13775
  as_fn_error $? "conditional \"ENABLE_MONODOC\" was never defined.
13680
13776
Usually this means the macro was only invoked conditionally." "$LINENO" 5
13681
13777
fi
 
13778
if test -z "${ENABLE_MSI_TRUE}" && test -z "${ENABLE_MSI_FALSE}"; then
 
13779
  as_fn_error $? "conditional \"ENABLE_MSI\" was never defined.
 
13780
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
13781
fi
13682
13782
 
13683
13783
: "${CONFIG_STATUS=./config.status}"
13684
13784
ac_write_fail=0
14579
14679
    "atk/atk-sharp.dll.config") CONFIG_FILES="$CONFIG_FILES atk/atk-sharp.dll.config" ;;
14580
14680
    "atk/glue/Makefile") CONFIG_FILES="$CONFIG_FILES atk/glue/Makefile" ;;
14581
14681
    "gdk/Makefile") CONFIG_FILES="$CONFIG_FILES gdk/Makefile" ;;
 
14682
    "gdk/gdk-sharp-3.0.pc") CONFIG_FILES="$CONFIG_FILES gdk/gdk-sharp-3.0.pc" ;;
14582
14683
    "gdk/gdk-sharp.dll.config") CONFIG_FILES="$CONFIG_FILES gdk/gdk-sharp.dll.config" ;;
14583
14684
    "gtk/Makefile") CONFIG_FILES="$CONFIG_FILES gtk/Makefile" ;;
14584
14685
    "gtk/gtk-sharp-3.0.pc") CONFIG_FILES="$CONFIG_FILES gtk/gtk-sharp-3.0.pc" ;;
14590
14691
    "gtkdotnet/gtk-dotnet.dll.config") CONFIG_FILES="$CONFIG_FILES gtkdotnet/gtk-dotnet.dll.config" ;;
14591
14692
    "gtkdotnet/gtk-dotnet-3.0.pc") CONFIG_FILES="$CONFIG_FILES gtkdotnet/gtk-dotnet-3.0.pc" ;;
14592
14693
    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
 
14694
    "msi/gtk-sharp-3.0.wxs") CONFIG_FILES="$CONFIG_FILES msi/gtk-sharp-3.0.wxs" ;;
 
14695
    "msi/Makefile") CONFIG_FILES="$CONFIG_FILES msi/Makefile" ;;
 
14696
    "msi/unmanaged/Makefile") CONFIG_FILES="$CONFIG_FILES msi/unmanaged/Makefile" ;;
14593
14697
    "sample/GtkDemo/Makefile") CONFIG_FILES="$CONFIG_FILES sample/GtkDemo/Makefile" ;;
14594
14698
    "sample/Makefile") CONFIG_FILES="$CONFIG_FILES sample/Makefile" ;;
14595
14699
    "sample/pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES sample/pixmaps/Makefile" ;;
15992
16096
fi
15993
16097
echo "---"
15994
16098
 
15995
 
mono_prefix=`pkg-config --variable=prefix mono`
15996
 
if test "x$mono_prefix" != "x$prefix"; then
15997
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Prefix to use ($prefix) is not the same as Mono's ($mono_prefix). Consider using
15998
 
                    ./configure --prefix=$mono_prefix
15999
 
                    See the README for more information.
16000
 
        " >&5
16001
 
$as_echo "$as_me: WARNING: Prefix to use ($prefix) is not the same as Mono's ($mono_prefix). Consider using
16002
 
                    ./configure --prefix=$mono_prefix
16003
 
                    See the README for more information.
16004
 
        " >&2;}
 
16099
if test "x$has_mono" = "xtrue"; then
 
16100
        mono_prefix=`pkg-config --variable=prefix mono`
 
16101
        mono_prefix_canonical=`readlink -m $mono_prefix`
 
16102
        if test "x$mono_prefix_canonical" != "x$prefix"; then
 
16103
                { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Prefix to use ($prefix) is not the same as Mono's ($mono_prefix_canonical).
 
16104
                        Consider using ./configure --prefix=$mono_prefix_canonical
 
16105
                        See the README for more information.
 
16106
                " >&5
 
16107
$as_echo "$as_me: WARNING: Prefix to use ($prefix) is not the same as Mono's ($mono_prefix_canonical).
 
16108
                        Consider using ./configure --prefix=$mono_prefix_canonical
 
16109
                        See the README for more information.
 
16110
                " >&2;}
 
16111
        fi
16005
16112
fi