~network-manager/network-manager/ubuntu.0.7

« back to all changes in this revision

Viewing changes to autogen.sh

2008-08-18  Dan Williams  <dcbw@redhat.com>

        Patch from Robert Buchholz <rbu@gentoo.org>

        * autogen.sh
          configure.in
                - Change to automake 1.9 and 'ustar' tar format defined by POSIX
                        1003.1-1988, allowing for file names longer than 99 characters

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
srcdir=`dirname $0`
5
5
test -z "$srcdir" && srcdir=.
6
 
REQUIRED_AUTOMAKE_VERSION=1.7
 
6
REQUIRED_AUTOMAKE_VERSION=1.9
7
7
PKG_NAME=NetworkManager
8
8
 
9
9
(test -f $srcdir/configure.in \