Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | magnus | 1 | Author: Julien Danjou <acid@debian.org> |
2 | Author: James Westby <james.westby@canonical.com> |
||
3 | Description: Changes to upstream source needed to call autoreconf |
||
4 | Bug-Debian: http://bugs.debian.org/511741 |
||
5 | |||
6 | --- a/configure.ac |
||
7 | +++ b/configure.ac |
||
8 | @@ -3,6 +3,7 @@ AC_INIT([libtar], [1.2.11]) |
||
9 | AC_PREREQ([2.61]) |
||
10 | AC_CONFIG_AUX_DIR([autoconf]) |
||
11 | AC_CONFIG_HEADERS([config.h]) |
||
12 | +AC_CONFIG_MACRO_DIR([m4]) |
||
13 | AC_COPYRIGHT([[ |
||
14 | Copyright (c) 1998-2003 University of Illinois Board of Trustees |
||
15 | Copyright (c) 1998-2003 Mark D. Roth |
||
16 | @@ -93,9 +94,9 @@ COMPAT_FUNC_MAKEDEV |
||
17 | COMPAT_FUNC_SNPRINTF |
||
18 | COMPAT_FUNC_STRDUP |
||
19 | AC_FUNC_STRFTIME |
||
20 | -COMPAT_FUNC_STRLCPY |
||
21 | COMPAT_FUNC_STRMODE |
||
22 | -COMPAT_FUNC_STRSEP |
||
23 | +dnl COMPAT_FUNC_STRLCPY converted by compat/modules.ac |
||
24 | +dnl COMPAT_FUNC_STRSEP |
||
25 | |||
26 | |||
27 | dnl ### Check for libraries. ####################################### |
||
28 | --- /dev/null |
||
29 | +++ b/aclocal.m4 |
||
30 | @@ -0,0 +1,8 @@ |
||
31 | +m4_include([autoconf/ac_path_generic.m4]) |
||
32 | +m4_include([autoconf/encap.m4]) |
||
33 | +m4_include([autoconf/aclocal.m4]) |
||
34 | +m4_include([/usr/share/aclocal/ltoptions.m4]) |
||
35 | +m4_include([/usr/share/aclocal/lt~obsolete.m4]) |
||
36 | +m4_include([/usr/share/aclocal/libtool.m4]) |
||
37 | +m4_include([/usr/share/aclocal/ltversion.m4]) |
||
38 | +m4_include([/usr/share/aclocal/ltsugar.m4]) |
||
39 | --- a/autoconf/aclocal.m4 |
||
40 | +++ b/autoconf/aclocal.m4 |
||
41 | @@ -1,5 +1,3 @@ |
||
42 | -m4_include([encap.m4]) |
||
43 | -m4_include([ac_path_generic.m4]) |
||
44 | |||
45 | |||
46 | # PSG_LIB_READLINE |