~ubuntu-branches/debian/sid/gource/sid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Caudwell
  • Date: 2011-05-16 11:30:00 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110516113000-vcqcni97y90b5eyy
Tags: 0.34-1
* New upstream release
* Changed build dependency from FTGL to Freetype 2
* Updated debian/copyright
* Bump Standards-Version to 3.9.2

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.67 for Gource 0.32.
 
3
# Generated by GNU Autoconf 2.67 for Gource 0.34.
4
4
#
5
5
# Report bugs to <acaudwell@gmail.com>.
6
6
#
552
552
# Identity of this package.
553
553
PACKAGE_NAME='Gource'
554
554
PACKAGE_TARNAME='gource'
555
 
PACKAGE_VERSION='0.32'
556
 
PACKAGE_STRING='Gource 0.32'
 
555
PACKAGE_VERSION='0.34'
 
556
PACKAGE_STRING='Gource 0.34'
557
557
PACKAGE_BUGREPORT='acaudwell@gmail.com'
558
558
PACKAGE_URL=''
559
559
 
603
603
gourcefontdir
604
604
FONTDIR_FALSE
605
605
FONTDIR_TRUE
606
 
FTGL_LIBS
607
 
FTGL_CFLAGS
608
 
PKG_CONFIG
609
606
FT2_LIBS
610
607
FT2_CFLAGS
611
608
FT2_CONFIG
744
741
CXXCPP
745
742
CC
746
743
CFLAGS
747
 
CPP
748
 
PKG_CONFIG
749
 
FTGL_CFLAGS
750
 
FTGL_LIBS'
 
744
CPP'
751
745
 
752
746
 
753
747
# Initialize some variables set by options.
1290
1284
  # Omit some internal or obsolete options to make the list less imposing.
1291
1285
  # This message is too long to be a string in the A/UX 3.1 sh.
1292
1286
  cat <<_ACEOF
1293
 
\`configure' configures Gource 0.32 to adapt to many kinds of systems.
 
1287
\`configure' configures Gource 0.34 to adapt to many kinds of systems.
1294
1288
 
1295
1289
Usage: $0 [OPTION]... [VAR=VALUE]...
1296
1290
 
1364
1358
 
1365
1359
if test -n "$ac_init_help"; then
1366
1360
  case $ac_init_help in
1367
 
     short | recursive ) echo "Configuration of Gource 0.32:";;
 
1361
     short | recursive ) echo "Configuration of Gource 0.34:";;
1368
1362
   esac
1369
1363
  cat <<\_ACEOF
1370
1364
 
1404
1398
  CC          C compiler command
1405
1399
  CFLAGS      C compiler flags
1406
1400
  CPP         C preprocessor
1407
 
  PKG_CONFIG  path to pkg-config utility
1408
 
  FTGL_CFLAGS C compiler flags for FTGL, overriding pkg-config
1409
 
  FTGL_LIBS   linker flags for FTGL, overriding pkg-config
1410
1401
 
1411
1402
Use these variables to override the choices made by `configure' or to help
1412
1403
it to find libraries and programs with nonstandard names/locations.
1474
1465
test -n "$ac_init_help" && exit $ac_status
1475
1466
if $ac_init_version; then
1476
1467
  cat <<\_ACEOF
1477
 
Gource configure 0.32
 
1468
Gource configure 0.34
1478
1469
generated by GNU Autoconf 2.67
1479
1470
 
1480
1471
Copyright (C) 2010 Free Software Foundation, Inc.
2061
2052
This file contains any messages produced by compilers while
2062
2053
running configure, to aid debugging if configure makes a mistake.
2063
2054
 
2064
 
It was created by Gource $as_me 0.32, which was
 
2055
It was created by Gource $as_me 0.34, which was
2065
2056
generated by GNU Autoconf 2.67.  Invocation command line was
2066
2057
 
2067
2058
  $ $0 $@
2878
2869
 
2879
2870
# Define the identity of the package.
2880
2871
 PACKAGE='gource'
2881
 
 VERSION='0.32'
 
2872
 VERSION='0.34'
2882
2873
 
2883
2874
 
2884
2875
cat >>confdefs.h <<_ACEOF
6527
6518
 
6528
6519
     FT2_CFLAGS=""
6529
6520
     FT2_LIBS=""
6530
 
     as_fn_error $? "FreeType2 is required by FTGL. Please see INSTALL" "$LINENO" 5
 
6521
     as_fn_error $? "FreeType2 is required. Please see INSTALL" "$LINENO" 5
6531
6522
   fi
6532
6523
 
6533
6524
 
6534
6525
 
6535
6526
CXXFLAGS="$CXXFLAGS $FT2_CFLAGS"
6536
6527
CPPFLAGS="$CPPFLAGS $FT2_CFLAGS"
6537
 
 
6538
 
#FTGL
6539
 
 
6540
 
 
6541
 
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
6542
 
        if test -n "$ac_tool_prefix"; then
6543
 
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6544
 
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
6545
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6546
 
$as_echo_n "checking for $ac_word... " >&6; }
6547
 
if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
6548
 
  $as_echo_n "(cached) " >&6
6549
 
else
6550
 
  case $PKG_CONFIG in
6551
 
  [\\/]* | ?:[\\/]*)
6552
 
  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6553
 
  ;;
6554
 
  *)
6555
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6556
 
for as_dir in $PATH
6557
 
do
6558
 
  IFS=$as_save_IFS
6559
 
  test -z "$as_dir" && as_dir=.
6560
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6561
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6562
 
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6563
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6564
 
    break 2
6565
 
  fi
6566
 
done
6567
 
  done
6568
 
IFS=$as_save_IFS
6569
 
 
6570
 
  ;;
6571
 
esac
6572
 
fi
6573
 
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6574
 
if test -n "$PKG_CONFIG"; then
6575
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6576
 
$as_echo "$PKG_CONFIG" >&6; }
6577
 
else
6578
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6579
 
$as_echo "no" >&6; }
6580
 
fi
6581
 
 
6582
 
 
6583
 
fi
6584
 
if test -z "$ac_cv_path_PKG_CONFIG"; then
6585
 
  ac_pt_PKG_CONFIG=$PKG_CONFIG
6586
 
  # Extract the first word of "pkg-config", so it can be a program name with args.
6587
 
set dummy pkg-config; ac_word=$2
6588
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6589
 
$as_echo_n "checking for $ac_word... " >&6; }
6590
 
if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
6591
 
  $as_echo_n "(cached) " >&6
6592
 
else
6593
 
  case $ac_pt_PKG_CONFIG in
6594
 
  [\\/]* | ?:[\\/]*)
6595
 
  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
6596
 
  ;;
6597
 
  *)
6598
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6599
 
for as_dir in $PATH
6600
 
do
6601
 
  IFS=$as_save_IFS
6602
 
  test -z "$as_dir" && as_dir=.
6603
 
    for ac_exec_ext in '' $ac_executable_extensions; do
6604
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6605
 
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6606
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6607
 
    break 2
6608
 
  fi
6609
 
done
6610
 
  done
6611
 
IFS=$as_save_IFS
6612
 
 
6613
 
  ;;
6614
 
esac
6615
 
fi
6616
 
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
6617
 
if test -n "$ac_pt_PKG_CONFIG"; then
6618
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
6619
 
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
6620
 
else
6621
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6622
 
$as_echo "no" >&6; }
6623
 
fi
6624
 
 
6625
 
  if test "x$ac_pt_PKG_CONFIG" = x; then
6626
 
    PKG_CONFIG=""
6627
 
  else
6628
 
    case $cross_compiling:$ac_tool_warned in
6629
 
yes:)
6630
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6631
 
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6632
 
ac_tool_warned=yes ;;
6633
 
esac
6634
 
    PKG_CONFIG=$ac_pt_PKG_CONFIG
6635
 
  fi
6636
 
else
6637
 
  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
6638
 
fi
6639
 
 
6640
 
fi
6641
 
if test -n "$PKG_CONFIG"; then
6642
 
        _pkg_min_version=0.9.0
6643
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
6644
 
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
6645
 
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
6646
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6647
 
$as_echo "yes" >&6; }
6648
 
        else
6649
 
                { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6650
 
$as_echo "no" >&6; }
6651
 
                PKG_CONFIG=""
6652
 
        fi
6653
 
 
6654
 
fi
6655
 
 
6656
 
pkg_failed=no
6657
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FTGL" >&5
6658
 
$as_echo_n "checking for FTGL... " >&6; }
6659
 
 
6660
 
if test -n "$PKG_CONFIG"; then
6661
 
    if test -n "$FTGL_CFLAGS"; then
6662
 
        pkg_cv_FTGL_CFLAGS="$FTGL_CFLAGS"
6663
 
    else
6664
 
        if test -n "$PKG_CONFIG" && \
6665
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ftgl >= 2.1.3\""; } >&5
6666
 
  ($PKG_CONFIG --exists --print-errors "ftgl >= 2.1.3") 2>&5
6667
 
  ac_status=$?
6668
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6669
 
  test $ac_status = 0; }; then
6670
 
  pkg_cv_FTGL_CFLAGS=`$PKG_CONFIG --cflags "ftgl >= 2.1.3" 2>/dev/null`
6671
 
else
6672
 
  pkg_failed=yes
6673
 
fi
6674
 
    fi
6675
 
else
6676
 
        pkg_failed=untried
6677
 
fi
6678
 
if test -n "$PKG_CONFIG"; then
6679
 
    if test -n "$FTGL_LIBS"; then
6680
 
        pkg_cv_FTGL_LIBS="$FTGL_LIBS"
6681
 
    else
6682
 
        if test -n "$PKG_CONFIG" && \
6683
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ftgl >= 2.1.3\""; } >&5
6684
 
  ($PKG_CONFIG --exists --print-errors "ftgl >= 2.1.3") 2>&5
6685
 
  ac_status=$?
6686
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6687
 
  test $ac_status = 0; }; then
6688
 
  pkg_cv_FTGL_LIBS=`$PKG_CONFIG --libs "ftgl >= 2.1.3" 2>/dev/null`
6689
 
else
6690
 
  pkg_failed=yes
6691
 
fi
6692
 
    fi
6693
 
else
6694
 
        pkg_failed=untried
6695
 
fi
6696
 
 
6697
 
 
6698
 
 
6699
 
if test $pkg_failed = yes; then
6700
 
 
6701
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6702
 
        _pkg_short_errors_supported=yes
6703
 
else
6704
 
        _pkg_short_errors_supported=no
6705
 
fi
6706
 
        if test $_pkg_short_errors_supported = yes; then
6707
 
                FTGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "ftgl >= 2.1.3"`
6708
 
        else
6709
 
                FTGL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "ftgl >= 2.1.3"`
6710
 
        fi
6711
 
        # Put the nasty error message in config.log where it belongs
6712
 
        echo "$FTGL_PKG_ERRORS" >&5
6713
 
 
6714
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6715
 
$as_echo "no" >&6; }
6716
 
                as_fn_error $? "FTGL 2.1.3 or greater is required. Please see INSTALL" "$LINENO" 5
6717
 
elif test $pkg_failed = untried; then
6718
 
        as_fn_error $? "FTGL 2.1.3 or greater is required. Please see INSTALL" "$LINENO" 5
6719
 
else
6720
 
        FTGL_CFLAGS=$pkg_cv_FTGL_CFLAGS
6721
 
        FTGL_LIBS=$pkg_cv_FTGL_LIBS
6722
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6723
 
$as_echo "yes" >&6; }
6724
 
        :
6725
 
fi
6726
 
CXXFLAGS="$CXXFLAGS $FTGL_CFLAGS"
6727
 
CPPFLAGS="$CPPFLAGS $FTGL_CFLAGS"
6728
 
LIBS="$LIBS $FTGL_LIBS"
6729
 
 
6730
 
#PNG library
6731
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_read_info in -lpng" >&5
6732
 
$as_echo_n "checking for png_read_info in -lpng... " >&6; }
6733
 
if test "${ac_cv_lib_png_png_read_info+set}" = set; then :
6734
 
  $as_echo_n "(cached) " >&6
6735
 
else
6736
 
  ac_check_lib_save_LIBS=$LIBS
6737
 
LIBS="-lpng  $LIBS"
6738
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6739
 
/* end confdefs.h.  */
6740
 
 
6741
 
/* Override any GCC internal prototype to avoid an error.
6742
 
   Use char because int might match the return type of a GCC
6743
 
   builtin and then its argument prototype would still apply.  */
6744
 
#ifdef __cplusplus
6745
 
extern "C"
6746
 
#endif
6747
 
char png_read_info ();
6748
 
int
6749
 
main ()
6750
 
{
6751
 
return png_read_info ();
6752
 
  ;
6753
 
  return 0;
6754
 
}
6755
 
_ACEOF
6756
 
if ac_fn_cxx_try_link "$LINENO"; then :
6757
 
  ac_cv_lib_png_png_read_info=yes
6758
 
else
6759
 
  ac_cv_lib_png_png_read_info=no
6760
 
fi
6761
 
rm -f core conftest.err conftest.$ac_objext \
6762
 
    conftest$ac_exeext conftest.$ac_ext
6763
 
LIBS=$ac_check_lib_save_LIBS
6764
 
fi
6765
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_read_info" >&5
6766
 
$as_echo "$ac_cv_lib_png_png_read_info" >&6; }
6767
 
if test "x$ac_cv_lib_png_png_read_info" = x""yes; then :
6768
 
  cat >>confdefs.h <<_ACEOF
6769
 
#define HAVE_LIBPNG 1
6770
 
_ACEOF
6771
 
 
6772
 
  LIBS="-lpng $LIBS"
6773
 
 
6774
 
else
6775
 
  as_fn_error $? "PNG library required. Please see INSTALL" "$LINENO" 5
6776
 
fi
6777
 
 
6778
 
 
6779
 
#JPEG library
6780
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_read_header in -ljpeg" >&5
6781
 
$as_echo_n "checking for jpeg_read_header in -ljpeg... " >&6; }
6782
 
if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then :
6783
 
  $as_echo_n "(cached) " >&6
6784
 
else
6785
 
  ac_check_lib_save_LIBS=$LIBS
6786
 
LIBS="-ljpeg  $LIBS"
6787
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6788
 
/* end confdefs.h.  */
6789
 
 
6790
 
/* Override any GCC internal prototype to avoid an error.
6791
 
   Use char because int might match the return type of a GCC
6792
 
   builtin and then its argument prototype would still apply.  */
6793
 
#ifdef __cplusplus
6794
 
extern "C"
6795
 
#endif
6796
 
char jpeg_read_header ();
6797
 
int
6798
 
main ()
6799
 
{
6800
 
return jpeg_read_header ();
6801
 
  ;
6802
 
  return 0;
6803
 
}
6804
 
_ACEOF
6805
 
if ac_fn_cxx_try_link "$LINENO"; then :
6806
 
  ac_cv_lib_jpeg_jpeg_read_header=yes
6807
 
else
6808
 
  ac_cv_lib_jpeg_jpeg_read_header=no
6809
 
fi
6810
 
rm -f core conftest.err conftest.$ac_objext \
6811
 
    conftest$ac_exeext conftest.$ac_ext
6812
 
LIBS=$ac_check_lib_save_LIBS
6813
 
fi
6814
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
6815
 
$as_echo "$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
6816
 
if test "x$ac_cv_lib_jpeg_jpeg_read_header" = x""yes; then :
6817
 
  cat >>confdefs.h <<_ACEOF
6818
 
#define HAVE_LIBJPEG 1
6819
 
_ACEOF
6820
 
 
6821
 
  LIBS="-ljpeg $LIBS"
6822
 
 
6823
 
else
6824
 
  as_fn_error $? "JPEG library required. Please see INSTALL" "$LINENO" 5
6825
 
fi
6826
 
 
 
6528
LIBS="$LIBS $FT2_LIBS"
6827
6529
 
6828
6530
#SDL_image library with PNG support
6829
6531
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for IMG_LoadPNG_RW in -lSDL_image" >&5
6863
6565
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SDL_image_IMG_LoadPNG_RW" >&5
6864
6566
$as_echo "$ac_cv_lib_SDL_image_IMG_LoadPNG_RW" >&6; }
6865
6567
if test "x$ac_cv_lib_SDL_image_IMG_LoadPNG_RW" = x""yes; then :
6866
 
  LIBS="$LIBS -lSDL_image"
6867
 
else
6868
 
  as_fn_error $? "SDL_image required. Please see INSTALL" "$LINENO" 5
6869
 
fi
6870
 
 
 
6568
  LIBS="$LIBS"
 
6569
else
 
6570
  as_fn_error $? "SDL_image with PNG support required. Please see INSTALL" "$LINENO" 5
 
6571
fi
 
6572
 
 
6573
 
 
6574
#SDL_image library with JPG support
 
6575
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for IMG_LoadJPG_RW in -lSDL_image" >&5
 
6576
$as_echo_n "checking for IMG_LoadJPG_RW in -lSDL_image... " >&6; }
 
6577
if test "${ac_cv_lib_SDL_image_IMG_LoadJPG_RW+set}" = set; then :
 
6578
  $as_echo_n "(cached) " >&6
 
6579
else
 
6580
  ac_check_lib_save_LIBS=$LIBS
 
6581
LIBS="-lSDL_image  $LIBS"
 
6582
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
6583
/* end confdefs.h.  */
 
6584
 
 
6585
/* Override any GCC internal prototype to avoid an error.
 
6586
   Use char because int might match the return type of a GCC
 
6587
   builtin and then its argument prototype would still apply.  */
 
6588
#ifdef __cplusplus
 
6589
extern "C"
 
6590
#endif
 
6591
char IMG_LoadJPG_RW ();
 
6592
int
 
6593
main ()
 
6594
{
 
6595
return IMG_LoadJPG_RW ();
 
6596
  ;
 
6597
  return 0;
 
6598
}
 
6599
_ACEOF
 
6600
if ac_fn_cxx_try_link "$LINENO"; then :
 
6601
  ac_cv_lib_SDL_image_IMG_LoadJPG_RW=yes
 
6602
else
 
6603
  ac_cv_lib_SDL_image_IMG_LoadJPG_RW=no
 
6604
fi
 
6605
rm -f core conftest.err conftest.$ac_objext \
 
6606
    conftest$ac_exeext conftest.$ac_ext
 
6607
LIBS=$ac_check_lib_save_LIBS
 
6608
fi
 
6609
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SDL_image_IMG_LoadJPG_RW" >&5
 
6610
$as_echo "$ac_cv_lib_SDL_image_IMG_LoadJPG_RW" >&6; }
 
6611
if test "x$ac_cv_lib_SDL_image_IMG_LoadJPG_RW" = x""yes; then :
 
6612
  LIBS="$LIBS"
 
6613
else
 
6614
  as_fn_error $? "SDL_image with JPG support required. Please see INSTALL" "$LINENO" 5
 
6615
fi
 
6616
 
 
6617
 
 
6618
LIBS="$LIBS -lSDL_image"
6871
6619
 
6872
6620
#PCRE
6873
6621
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_compile in -lpcre" >&5
6979
6727
fi
6980
6728
 
6981
6729
 
6982
 
ac_fn_cxx_check_header_mongrel "$LINENO" "ftgl.h" "ac_cv_header_ftgl_h" "$ac_includes_default"
6983
 
if test "x$ac_cv_header_ftgl_h" = x""yes; then :
6984
 
 
6985
 
else
6986
 
  as_fn_error $? "ftgl.h is required. Please see INSTALL" "$LINENO" 5
6987
 
fi
6988
 
 
6989
 
 
6990
6730
ac_fn_cxx_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
6991
6731
if test "x$ac_cv_header_pcre_h" = x""yes; then :
6992
6732
 
7656
7396
# report actual input values of CONFIG_FILES etc. instead of their
7657
7397
# values after options handling.
7658
7398
ac_log="
7659
 
This file was extended by Gource $as_me 0.32, which was
 
7399
This file was extended by Gource $as_me 0.34, which was
7660
7400
generated by GNU Autoconf 2.67.  Invocation command line was
7661
7401
 
7662
7402
  CONFIG_FILES    = $CONFIG_FILES
7713
7453
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7714
7454
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7715
7455
ac_cs_version="\\
7716
 
Gource config.status 0.32
 
7456
Gource config.status 0.34
7717
7457
configured by $0, generated by GNU Autoconf 2.67,
7718
7458
  with options \\"\$ac_cs_config\\"
7719
7459