~ubuntu-branches/ubuntu/precise/dvdbackup/precise-backports

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran, Benjamin Drung, Stephen Gran
  • Date: 2009-03-27 10:41:51 UTC
  • mfrom: (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090327104151-av0in8krjqt6yii7
[ Benjamin Drung ]
* New upstream version
* debian/control:
  - Update Debian Standards-Version to 3.8.1
  - Add Homepage and Vcs-{Browser,Svn} fields
  - Add myself to Uploaders
  - Add cdbs to Build-Depends
  - Add ${misc:Depends} to Depends
  - Build-Depends on newer libdvdread-dev (Closes: #516825)
  - dvdbackup-dev needs to depend on same version of dvdbackup
  - Adjust section to the new sections in Debian
* Add newline to the end of debian/watch
* debian/rules: Switch to cdbs (Closes: #506600)
* debian/dvdbackup.{dirs,docs,manpages}: Removed
* debian/dvdbackup.install: Updated for cdbs
* debian/copyright: Updated year and corrected link to GPL

[ Stephen Gran ]
* Prep for release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
m4_if(m4_PACKAGE_VERSION, [2.61],,
15
 
[m4_fatal([this file was generated for autoconf 2.61.
16
 
You have another version of autoconf.  If you want to use that,
17
 
you should regenerate the build system entirely.], [63])])
 
14
m4_ifndef([AC_AUTOCONF_VERSION],
 
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
16
m4_if(AC_AUTOCONF_VERSION, [2.63],,
 
17
[m4_warning([this file was generated for autoconf 2.63.
 
18
You have another version of autoconf.  It may work, but is not guaranteed to.
 
19
If you have problems, you may need to regenerate the build system entirely.
 
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
18
21
 
19
 
# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
 
22
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
20
23
#
21
24
# This file is free software; the Free Software Foundation
22
25
# gives unlimited permission to copy and/or distribute it,
31
34
[am__api_version='1.10'
32
35
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
33
36
dnl require some minimum version.  Point them to the right macro.
34
 
m4_if([$1], [1.10], [],
 
37
m4_if([$1], [1.10.1], [],
35
38
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
36
39
])
37
40
 
47
50
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
48
51
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
49
52
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
50
 
[AM_AUTOMAKE_VERSION([1.10])dnl
51
 
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
 
53
[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
54
m4_ifndef([AC_AUTOCONF_VERSION],
 
55
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
56
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
52
57
 
53
58
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
54
59
 
320
325
  # each Makefile.in and add a new line on top of each file to say so.
321
326
  # Grep'ing the whole file is not good either: AIX grep has a line
322
327
  # limit of 2048, but all sed's we know have understand at least 4000.
323
 
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
 
328
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
324
329
    dirpart=`AS_DIRNAME("$mf")`
325
330
  else
326
331
    continue
368
373
# Do all the work for Automake.                             -*- Autoconf -*-
369
374
 
370
375
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
371
 
# 2005, 2006 Free Software Foundation, Inc.
 
376
# 2005, 2006, 2008 Free Software Foundation, Inc.
372
377
#
373
378
# This file is free software; the Free Software Foundation
374
379
# gives unlimited permission to copy and/or distribute it,
375
380
# with or without modifications, as long as this notice is preserved.
376
381
 
377
 
# serial 12
 
382
# serial 13
378
383
 
379
384
# This macro actually does too much.  Some checks are only needed if
380
385
# your package does certain things.  But this isn't really a big deal.
479
484
# our stamp files there.
480
485
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
481
486
[# Compute $1's index in $config_headers.
 
487
_am_arg=$1
482
488
_am_stamp_count=1
483
489
for _am_header in $config_headers :; do
484
490
  case $_am_header in
485
 
    $1 | $1:* )
 
491
    $_am_arg | $_am_arg:* )
486
492
      break ;;
487
493
    * )
488
494
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
489
495
  esac
490
496
done
491
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
497
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
492
498
 
493
499
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
494
500
#
789
795
 
790
796
# _AM_SUBST_NOTMAKE(VARIABLE)
791
797
# ---------------------------
792
 
# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
 
798
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
793
799
# This macro is traced by Automake.
794
800
AC_DEFUN([_AM_SUBST_NOTMAKE])
795
801
 
889
895
AC_SUBST([am__untar])
890
896
]) # _AM_PROG_TAR
891
897
 
892
 
m4_include([m4/ax_cflags_gcc_option.m4])
893
898
m4_include([m4/gettext.m4])
894
899
m4_include([m4/iconv.m4])
 
900
m4_include([m4/intlmacosx.m4])
895
901
m4_include([m4/lib-ld.m4])
896
902
m4_include([m4/lib-link.m4])
897
903
m4_include([m4/lib-prefix.m4])