~ubuntu-branches/ubuntu/feisty/syslog-ng/feisty-security

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): SZALAY Attila
  • Date: 2006-11-17 09:37:45 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20061117093745-5no9gnsa443j48v2
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3431
3431
        LD_END_STATIC="-Wl,-Bdynamic"
3432
3432
        echo "$as_me:$LINENO: result: GNU or Solaris" >&5
3433
3433
echo "${ECHO_T}GNU or Solaris" >&6
3434
 
elif test $ostype == "HP-UX" > /dev/null; then
 
3434
elif test $ostype = "HP-UX" > /dev/null; then
3435
3435
        LD_START_STATIC="-a archive"
3436
3436
        LD_END_STATIC="-a shared_archive"
3437
3437
        echo "$as_me:$LINENO: result: HP-UX" >&5
3438
3438
echo "${ECHO_T}HP-UX" >&6
3439
 
elif test "$ostype" == "AIX"; then
 
3439
elif test "$ostype" = "AIX"; then
3440
3440
        LD_START_STATIC="-Wl,-bstatic"
3441
3441
        LD_END_STATIC="-Wl,-bdynamic"
3442
3442
        echo "$as_me:$LINENO: result: AIX" >&5
5429
5429
fi
5430
5430
 
5431
5431
pkg_failed=no
5432
 
echo "$as_me:$LINENO: checking for GLIB" >&5
5433
 
echo $ECHO_N "checking for GLIB... $ECHO_C" >&6
5434
 
 
5435
 
if test -n "$PKG_CONFIG"; then
5436
 
    if test -n "$GLIB_CFLAGS"; then
5437
 
        pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
5438
 
    else
5439
 
        if test -n "$PKG_CONFIG" && \
5440
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
5441
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
5442
 
  ac_status=$?
5443
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5444
 
  (exit $ac_status); }; then
5445
 
  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
5446
 
else
5447
 
  pkg_failed=yes
5448
 
fi
5449
 
    fi
5450
 
else
5451
 
        pkg_failed=untried
5452
 
fi
5453
 
if test -n "$PKG_CONFIG"; then
5454
 
    if test -n "$GLIB_LIBS"; then
5455
 
        pkg_cv_GLIB_LIBS="$GLIB_LIBS"
5456
 
    else
5457
 
        if test -n "$PKG_CONFIG" && \
5458
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
5459
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
5460
 
  ac_status=$?
5461
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5462
 
  (exit $ac_status); }; then
5463
 
  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
5464
 
else
5465
 
  pkg_failed=yes
5466
 
fi
5467
 
    fi
5468
 
else
5469
 
        pkg_failed=untried
5470
 
fi
5471
 
 
5472
 
 
 
5432
echo "$as_me:$LINENO: checking for GLIB_CFLAGS" >&5
 
5433
echo $ECHO_N "checking for GLIB_CFLAGS... $ECHO_C" >&6
 
5434
if test "${pkg_cv_GLIB_CFLAGS+set}" = set; then
 
5435
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5436
else
 
5437
  if test "x$ac_cv_env_GLIB_CFLAGS_set" = "xset"; then
 
5438
        pkg_cv_GLIB_CFLAGS=$ac_cv_env_GLIB_CFLAGS_value
 
5439
elif test -n "$PKG_CONFIG"; then
 
5440
        if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"glib-2.0\" >/dev/null 2>&1") >&5
 
5441
  ($PKG_CONFIG --exists "glib-2.0" >/dev/null 2>&1) 2>&5
 
5442
  ac_status=$?
 
5443
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5444
  (exit $ac_status); }; then
 
5445
                pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
 
5446
        else
 
5447
                pkg_failed=yes
 
5448
        fi
 
5449
else
 
5450
        pkg_failed=untried
 
5451
fi
 
5452
fi
 
5453
echo "$as_me:$LINENO: result: $pkg_cv_GLIB_CFLAGS" >&5
 
5454
echo "${ECHO_T}$pkg_cv_GLIB_CFLAGS" >&6
 
5455
echo "$as_me:$LINENO: checking for GLIB_LIBS" >&5
 
5456
echo $ECHO_N "checking for GLIB_LIBS... $ECHO_C" >&6
 
5457
if test "${pkg_cv_GLIB_LIBS+set}" = set; then
 
5458
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5459
else
 
5460
  if test "x$ac_cv_env_GLIB_LIBS_set" = "xset"; then
 
5461
        pkg_cv_GLIB_LIBS=$ac_cv_env_GLIB_LIBS_value
 
5462
elif test -n "$PKG_CONFIG"; then
 
5463
        if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"glib-2.0\" >/dev/null 2>&1") >&5
 
5464
  ($PKG_CONFIG --exists "glib-2.0" >/dev/null 2>&1) 2>&5
 
5465
  ac_status=$?
 
5466
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5467
  (exit $ac_status); }; then
 
5468
                pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
 
5469
        else
 
5470
                pkg_failed=yes
 
5471
        fi
 
5472
else
 
5473
        pkg_failed=untried
 
5474
fi
 
5475
fi
 
5476
echo "$as_me:$LINENO: result: $pkg_cv_GLIB_LIBS" >&5
 
5477
echo "${ECHO_T}$pkg_cv_GLIB_LIBS" >&6
5473
5478
 
5474
5479
if test $pkg_failed = yes; then
5475
 
 
5476
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5477
 
        _pkg_short_errors_supported=yes
5478
 
else
5479
 
        _pkg_short_errors_supported=no
5480
 
fi
5481
 
        if test $_pkg_short_errors_supported = yes; then
5482
 
                GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"`
5483
 
        else
5484
 
                GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"`
5485
 
        fi
 
5480
        GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"`
5486
5481
        # Put the nasty error message in config.log where it belongs
5487
 
        echo "$GLIB_PKG_ERRORS" >&5
5488
 
 
5489
 
        { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met:
5490
 
 
5491
 
$GLIB_PKG_ERRORS
5492
 
 
5493
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
5494
 
installed software in a non-standard prefix.
5495
 
 
5496
 
Alternatively, you may set the environment variables GLIB_CFLAGS
5497
 
and GLIB_LIBS to avoid the need to call pkg-config.
5498
 
See the pkg-config man page for more details.
5499
 
" >&5
5500
 
echo "$as_me: error: Package requirements (glib-2.0) were not met:
5501
 
 
5502
 
$GLIB_PKG_ERRORS
5503
 
 
5504
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
5505
 
installed software in a non-standard prefix.
5506
 
 
5507
 
Alternatively, you may set the environment variables GLIB_CFLAGS
5508
 
and GLIB_LIBS to avoid the need to call pkg-config.
5509
 
See the pkg-config man page for more details.
5510
 
" >&2;}
 
5482
        echo "$GLIB_PKG_ERRORS" 1>&5
 
5483
 
 
5484
        { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met.
 
5485
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
5486
installed software in a non-standard prefix.
 
5487
 
 
5488
Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
 
5489
to avoid the need to call pkg-config.  See the pkg-config man page for
 
5490
more details." >&5
 
5491
echo "$as_me: error: Package requirements (glib-2.0) were not met.
 
5492
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
5493
installed software in a non-standard prefix.
 
5494
 
 
5495
Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
 
5496
to avoid the need to call pkg-config.  See the pkg-config man page for
 
5497
more details." >&2;}
5511
5498
   { (exit 1); exit 1; }; }
5512
5499
elif test $pkg_failed = untried; then
5513
5500
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
5514
5501
is in your PATH or set the PKG_CONFIG environment variable to the full
5515
5502
path to pkg-config.
5516
5503
 
5517
 
Alternatively, you may set the environment variables GLIB_CFLAGS
5518
 
and GLIB_LIBS to avoid the need to call pkg-config.
5519
 
See the pkg-config man page for more details.
 
5504
Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
 
5505
to avoid the need to call pkg-config.  See the pkg-config man page for
 
5506
more details.
5520
5507
 
5521
5508
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
5522
5509
See \`config.log' for more details." >&5
5524
5511
is in your PATH or set the PKG_CONFIG environment variable to the full
5525
5512
path to pkg-config.
5526
5513
 
5527
 
Alternatively, you may set the environment variables GLIB_CFLAGS
5528
 
and GLIB_LIBS to avoid the need to call pkg-config.
5529
 
See the pkg-config man page for more details.
 
5514
Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables
 
5515
to avoid the need to call pkg-config.  See the pkg-config man page for
 
5516
more details.
5530
5517
 
5531
5518
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
5532
5519
See \`config.log' for more details." >&2;}
5534
5521
else
5535
5522
        GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
5536
5523
        GLIB_LIBS=$pkg_cv_GLIB_LIBS
5537
 
        echo "$as_me:$LINENO: result: yes" >&5
5538
 
echo "${ECHO_T}yes" >&6
5539
5524
        :
5540
5525
fi
5541
5526
 
5542
5527
pkg_failed=no
5543
 
echo "$as_me:$LINENO: checking for EVTLOG" >&5
5544
 
echo $ECHO_N "checking for EVTLOG... $ECHO_C" >&6
5545
 
 
5546
 
if test -n "$PKG_CONFIG"; then
5547
 
    if test -n "$EVTLOG_CFLAGS"; then
5548
 
        pkg_cv_EVTLOG_CFLAGS="$EVTLOG_CFLAGS"
5549
 
    else
5550
 
        if test -n "$PKG_CONFIG" && \
5551
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"eventlog\"") >&5
5552
 
  ($PKG_CONFIG --exists --print-errors "eventlog") 2>&5
5553
 
  ac_status=$?
5554
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5555
 
  (exit $ac_status); }; then
5556
 
  pkg_cv_EVTLOG_CFLAGS=`$PKG_CONFIG --cflags "eventlog" 2>/dev/null`
5557
 
else
5558
 
  pkg_failed=yes
5559
 
fi
5560
 
    fi
5561
 
else
5562
 
        pkg_failed=untried
5563
 
fi
5564
 
if test -n "$PKG_CONFIG"; then
5565
 
    if test -n "$EVTLOG_LIBS"; then
5566
 
        pkg_cv_EVTLOG_LIBS="$EVTLOG_LIBS"
5567
 
    else
5568
 
        if test -n "$PKG_CONFIG" && \
5569
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"eventlog\"") >&5
5570
 
  ($PKG_CONFIG --exists --print-errors "eventlog") 2>&5
5571
 
  ac_status=$?
5572
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5573
 
  (exit $ac_status); }; then
5574
 
  pkg_cv_EVTLOG_LIBS=`$PKG_CONFIG --libs "eventlog" 2>/dev/null`
5575
 
else
5576
 
  pkg_failed=yes
5577
 
fi
5578
 
    fi
5579
 
else
5580
 
        pkg_failed=untried
5581
 
fi
5582
 
 
5583
 
 
 
5528
echo "$as_me:$LINENO: checking for EVTLOG_CFLAGS" >&5
 
5529
echo $ECHO_N "checking for EVTLOG_CFLAGS... $ECHO_C" >&6
 
5530
if test "${pkg_cv_EVTLOG_CFLAGS+set}" = set; then
 
5531
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5532
else
 
5533
  if test "x$ac_cv_env_EVTLOG_CFLAGS_set" = "xset"; then
 
5534
        pkg_cv_EVTLOG_CFLAGS=$ac_cv_env_EVTLOG_CFLAGS_value
 
5535
elif test -n "$PKG_CONFIG"; then
 
5536
        if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"eventlog\" >/dev/null 2>&1") >&5
 
5537
  ($PKG_CONFIG --exists "eventlog" >/dev/null 2>&1) 2>&5
 
5538
  ac_status=$?
 
5539
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5540
  (exit $ac_status); }; then
 
5541
                pkg_cv_EVTLOG_CFLAGS=`$PKG_CONFIG --cflags "eventlog" 2>/dev/null`
 
5542
        else
 
5543
                pkg_failed=yes
 
5544
        fi
 
5545
else
 
5546
        pkg_failed=untried
 
5547
fi
 
5548
fi
 
5549
echo "$as_me:$LINENO: result: $pkg_cv_EVTLOG_CFLAGS" >&5
 
5550
echo "${ECHO_T}$pkg_cv_EVTLOG_CFLAGS" >&6
 
5551
echo "$as_me:$LINENO: checking for EVTLOG_LIBS" >&5
 
5552
echo $ECHO_N "checking for EVTLOG_LIBS... $ECHO_C" >&6
 
5553
if test "${pkg_cv_EVTLOG_LIBS+set}" = set; then
 
5554
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5555
else
 
5556
  if test "x$ac_cv_env_EVTLOG_LIBS_set" = "xset"; then
 
5557
        pkg_cv_EVTLOG_LIBS=$ac_cv_env_EVTLOG_LIBS_value
 
5558
elif test -n "$PKG_CONFIG"; then
 
5559
        if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"eventlog\" >/dev/null 2>&1") >&5
 
5560
  ($PKG_CONFIG --exists "eventlog" >/dev/null 2>&1) 2>&5
 
5561
  ac_status=$?
 
5562
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5563
  (exit $ac_status); }; then
 
5564
                pkg_cv_EVTLOG_LIBS=`$PKG_CONFIG --libs "eventlog" 2>/dev/null`
 
5565
        else
 
5566
                pkg_failed=yes
 
5567
        fi
 
5568
else
 
5569
        pkg_failed=untried
 
5570
fi
 
5571
fi
 
5572
echo "$as_me:$LINENO: result: $pkg_cv_EVTLOG_LIBS" >&5
 
5573
echo "${ECHO_T}$pkg_cv_EVTLOG_LIBS" >&6
5584
5574
 
5585
5575
if test $pkg_failed = yes; then
5586
 
 
5587
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
5588
 
        _pkg_short_errors_supported=yes
5589
 
else
5590
 
        _pkg_short_errors_supported=no
5591
 
fi
5592
 
        if test $_pkg_short_errors_supported = yes; then
5593
 
                EVTLOG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "eventlog"`
5594
 
        else
5595
 
                EVTLOG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eventlog"`
5596
 
        fi
 
5576
        EVTLOG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "eventlog"`
5597
5577
        # Put the nasty error message in config.log where it belongs
5598
 
        echo "$EVTLOG_PKG_ERRORS" >&5
5599
 
 
5600
 
        { { echo "$as_me:$LINENO: error: Package requirements (eventlog) were not met:
5601
 
 
5602
 
$EVTLOG_PKG_ERRORS
5603
 
 
5604
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
5605
 
installed software in a non-standard prefix.
5606
 
 
5607
 
Alternatively, you may set the environment variables EVTLOG_CFLAGS
5608
 
and EVTLOG_LIBS to avoid the need to call pkg-config.
5609
 
See the pkg-config man page for more details.
5610
 
" >&5
5611
 
echo "$as_me: error: Package requirements (eventlog) were not met:
5612
 
 
5613
 
$EVTLOG_PKG_ERRORS
5614
 
 
5615
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
5616
 
installed software in a non-standard prefix.
5617
 
 
5618
 
Alternatively, you may set the environment variables EVTLOG_CFLAGS
5619
 
and EVTLOG_LIBS to avoid the need to call pkg-config.
5620
 
See the pkg-config man page for more details.
5621
 
" >&2;}
 
5578
        echo "$EVTLOG_PKG_ERRORS" 1>&5
 
5579
 
 
5580
        { { echo "$as_me:$LINENO: error: Package requirements (eventlog) were not met.
 
5581
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
5582
installed software in a non-standard prefix.
 
5583
 
 
5584
Alternatively you may set the EVTLOG_CFLAGS and EVTLOG_LIBS environment variables
 
5585
to avoid the need to call pkg-config.  See the pkg-config man page for
 
5586
more details." >&5
 
5587
echo "$as_me: error: Package requirements (eventlog) were not met.
 
5588
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
5589
installed software in a non-standard prefix.
 
5590
 
 
5591
Alternatively you may set the EVTLOG_CFLAGS and EVTLOG_LIBS environment variables
 
5592
to avoid the need to call pkg-config.  See the pkg-config man page for
 
5593
more details." >&2;}
5622
5594
   { (exit 1); exit 1; }; }
5623
5595
elif test $pkg_failed = untried; then
5624
5596
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
5625
5597
is in your PATH or set the PKG_CONFIG environment variable to the full
5626
5598
path to pkg-config.
5627
5599
 
5628
 
Alternatively, you may set the environment variables EVTLOG_CFLAGS
5629
 
and EVTLOG_LIBS to avoid the need to call pkg-config.
5630
 
See the pkg-config man page for more details.
 
5600
Alternatively you may set the EVTLOG_CFLAGS and EVTLOG_LIBS environment variables
 
5601
to avoid the need to call pkg-config.  See the pkg-config man page for
 
5602
more details.
5631
5603
 
5632
5604
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
5633
5605
See \`config.log' for more details." >&5
5635
5607
is in your PATH or set the PKG_CONFIG environment variable to the full
5636
5608
path to pkg-config.
5637
5609
 
5638
 
Alternatively, you may set the environment variables EVTLOG_CFLAGS
5639
 
and EVTLOG_LIBS to avoid the need to call pkg-config.
5640
 
See the pkg-config man page for more details.
 
5610
Alternatively you may set the EVTLOG_CFLAGS and EVTLOG_LIBS environment variables
 
5611
to avoid the need to call pkg-config.  See the pkg-config man page for
 
5612
more details.
5641
5613
 
5642
5614
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
5643
5615
See \`config.log' for more details." >&2;}
5645
5617
else
5646
5618
        EVTLOG_CFLAGS=$pkg_cv_EVTLOG_CFLAGS
5647
5619
        EVTLOG_LIBS=$pkg_cv_EVTLOG_LIBS
5648
 
        echo "$as_me:$LINENO: result: yes" >&5
5649
 
echo "${ECHO_T}yes" >&6
5650
5620
        :
5651
5621
fi
5652
5622
 
5653
5623
old_LIBS=$LIBS
5654
 
LIBS="-static $GLIB_LIBS"
 
5624
LIBS="$LD_START_STATIC $GLIB_LIBS $LD_END_STATIC"
 
5625
 
5655
5626
echo "$as_me:$LINENO: checking for static GLib libraries" >&5
5656
5627
echo $ECHO_N "checking for static GLib libraries... $ECHO_C" >&6
5657
5628
if test "${blb_cv_static_glib+set}" = set; then
5762
5733
 
5763
5734
 
5764
5735
 
5765
 
                                                                                          ac_config_files="$ac_config_files dist.conf Makefile src/Makefile doc/Makefile doc/docvars.xml contrib/Makefile tests/Makefile tests/unit/Makefile tests/functional/Makefile"
 
5736
                                                                                                              ac_config_files="$ac_config_files dist.conf Makefile syslog-ng.spec.bb src/Makefile doc/Makefile doc/docvars.xml contrib/Makefile tests/Makefile solbuild/Makefile tests/unit/Makefile tests/functional/Makefile"
5766
5737
cat >confcache <<\_ACEOF
5767
5738
# This file is a shell script that caches the results of configure
5768
5739
# tests run on this system so they can be shared between configure
6314
6285
  # Handling of arguments.
6315
6286
  "dist.conf" ) CONFIG_FILES="$CONFIG_FILES dist.conf" ;;
6316
6287
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
6288
  "syslog-ng.spec.bb" ) CONFIG_FILES="$CONFIG_FILES syslog-ng.spec.bb" ;;
6317
6289
  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
6318
6290
  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
6319
6291
  "doc/docvars.xml" ) CONFIG_FILES="$CONFIG_FILES doc/docvars.xml" ;;
6320
6292
  "contrib/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
6321
6293
  "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
 
6294
  "solbuild/Makefile" ) CONFIG_FILES="$CONFIG_FILES solbuild/Makefile" ;;
6322
6295
  "tests/unit/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/unit/Makefile" ;;
6323
6296
  "tests/functional/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/functional/Makefile" ;;
6324
6297
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;