~ubuntu-branches/ubuntu/gutsy/gnome-games/gutsy-updates

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 10:44:15 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20070918104415-1s12dio3hrgpo48w
Tags: 1:2.20.0-0ubuntu1
* New upstream release:
  - Aisleriot:
    - Fix timer suspend on window iconification; and fix the corrupted
      statistics on load.
    - Revert the spider options order in menu.
  - Gnometris: pre-filled rows, and density of blocks in a pre-filled row 
    works again
  - Nibbles: Add missing includes
  - Robots: Add prototype for load_keys() to silence warning
  - GGZ: Add included ggzdmod to build path
* debian/patches/99_autoconf.patch: updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
412
412
     fi
413
413
   fi
414
414
 
 
415
   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
 
416
   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
 
417
   dnl Try to locate is.
 
418
   MKINSTALLDIRS=
 
419
   if test -n "$ac_aux_dir"; then
 
420
     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
 
421
   fi
 
422
   if test -z "$MKINSTALLDIRS"; then
 
423
     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 
424
   fi
 
425
   AC_SUBST(MKINSTALLDIRS)
 
426
 
415
427
   dnl Generate list of files to be processed by xgettext which will
416
428
   dnl be included in po/Makefile.
417
429
   test -d po || mkdir po
670
682
 
671
683
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
672
684
 
673
 
# serial 51 AC_PROG_LIBTOOL
 
685
# serial 51 Debian 1.5.24-1 AC_PROG_LIBTOOL
674
686
 
675
687
 
676
688
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
2296
2308
  dynamic_linker='GNU/Linux ld.so'
2297
2309
  ;;
2298
2310
 
 
2311
netbsdelf*-gnu)
 
2312
  version_type=linux
 
2313
  need_lib_prefix=no
 
2314
  need_version=no
 
2315
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
2316
  soname_spec='${libname}${release}${shared_ext}$major'
 
2317
  shlibpath_var=LD_LIBRARY_PATH
 
2318
  shlibpath_overrides_runpath=no
 
2319
  hardcode_into_libs=yes
 
2320
  dynamic_linker='NetBSD ld.elf_so'
 
2321
  ;;
 
2322
 
2299
2323
netbsd*)
2300
2324
  version_type=sunos
2301
2325
  need_lib_prefix=no
3070
3094
  lt_cv_deplibs_check_method=pass_all
3071
3095
  ;;
3072
3096
 
3073
 
netbsd*)
 
3097
netbsd* | netbsdelf*-gnu)
3074
3098
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3075
3099
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3076
3100
  else
4104
4128
        ;;
4105
4129
    esac
4106
4130
    ;;
4107
 
  netbsd*)
 
4131
  netbsd* | netbsdelf*-gnu)
4108
4132
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4109
4133
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
4110
4134
      wlarc=
5785
5809
            ;;
5786
5810
        esac
5787
5811
        ;;
5788
 
      netbsd*)
 
5812
      netbsd* | netbsdelf*-gnu)
5789
5813
        ;;
5790
5814
      osf3* | osf4* | osf5*)
5791
5815
        case $cc_basename in
6160
6184
  cygwin* | mingw*)
6161
6185
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
6162
6186
  ;;
 
6187
  linux* | k*bsd*-gnu)
 
6188
    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
 
6189
  ;;
6163
6190
  *)
6164
6191
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
6165
6192
  ;;
6365
6392
  $echo "local: *; };" >> $output_objdir/$libname.ver~
6366
6393
          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
6367
6394
        fi
 
6395
        _LT_AC_TAGVAR(link_all_deplibs, $1)=no
6368
6396
      else
6369
6397
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
6370
6398
      fi
6371
6399
      ;;
6372
6400
 
6373
 
    netbsd*)
 
6401
    netbsd* | netbsdelf*-gnu)
6374
6402
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6375
6403
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
6376
6404
        wlarc=
6802
6830
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6803
6831
      ;;
6804
6832
 
6805
 
    netbsd*)
 
6833
    netbsd* | netbsdelf*-gnu)
6806
6834
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6807
6835
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6808
6836
      else
7381
7409
 
7382
7410
_PKG_TEXT
7383
7411
 
7384
 
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
 
7412
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
7385
7413
                [$4])
7386
7414
else
7387
7415
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
7952
7980
rm -f confinc confmf
7953
7981
])
7954
7982
 
 
7983
# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
 
7984
# Free Software Foundation, Inc.
 
7985
#
 
7986
# This file is free software; the Free Software Foundation
 
7987
# gives unlimited permission to copy and/or distribute it,
 
7988
# with or without modifications, as long as this notice is preserved.
 
7989
 
 
7990
# serial 5
 
7991
 
 
7992
# AM_PROG_CC_C_O
 
7993
# --------------
 
7994
# Like AC_PROG_CC_C_O, but changed for automake.
 
7995
AC_DEFUN([AM_PROG_CC_C_O],
 
7996
[AC_REQUIRE([AC_PROG_CC_C_O])dnl
 
7997
AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
7998
AC_REQUIRE_AUX_FILE([compile])dnl
 
7999
# FIXME: we rely on the cache variable name because
 
8000
# there is no other way.
 
8001
set dummy $CC
 
8002
ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
 
8003
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
 
8004
   # Losing compiler, so override with the script.
 
8005
   # FIXME: It is wrong to rewrite CC.
 
8006
   # But if we don't then we get into trouble of one sort or another.
 
8007
   # A longer-term fix would be to have automake use am__CC in this case,
 
8008
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
8009
   CC="$am_aux_dir/compile $CC"
 
8010
fi
 
8011
dnl Make sure AC_PROG_CC is never called again, or it will override our
 
8012
dnl setting of CC.
 
8013
m4_define([AC_PROG_CC],
 
8014
          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
 
8015
])
 
8016
 
7955
8017
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
7956
8018
 
7957
8019
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005