~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-02 09:00:11 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802090011-j05v2349u2ptvg05
Tags: 0.8.2-1-4.1
* Non-maintainer upload with maintainer's approval.
* High urgency upload for RC bugfix.
* Pass --freetds-inc-dir to configure, to bypass the ridiculous upstream
  AC_FIND_FILE() checks for files that *aren't used during the build*;
  fixes a build failure with FreeTDS 0.82.  Closes: #493349.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
# autogen.sh - generates configure using the autotools
3
 
# $Id: autogen.sh,v 1.5 2003/04/06 22:17:59 bhazer Exp $
4
 
libtoolize --force --copy
5
 
aclocal
6
 
autoheader
7
 
automake --add-missing 
8
 
 
9
 
echo
10
 
echo "Using `autoconf --version`, if you have problems"
11
 
echo "while building then edit autogen.sh and rerun it..."
12
 
echo
13
 
autoconf
 
3
# $Id: autogen.sh,v 1.6 2005/08/27 23:31:51 mhoenicka Exp $
 
4
: ${LIBTOOLIZE=libtoolize}
 
5
: ${ACLOCAL=aclocal}
 
6
: ${AUTOHEADER=autoheader}
 
7
: ${AUTOMAKE=automake}
 
8
: ${AUTOCONF=autoconf}
 
9
 
 
10
 
 
11
${LIBTOOLIZE} --force --copy
 
12
${ACLOCAL}
 
13
${AUTOHEADER}
 
14
${AUTOMAKE} --add-missing
 
15
 
 
16
echo
 
17
echo "Using `${AUTOCONF} --version`, if you have problems"
 
18
echo "while building then set the environemnt variable AUTOCONF"
 
19
echo "to a different autoconf version and rerun $0"
 
20
echo
 
21
${AUTOCONF}
14
22
 
15
23
## autoconf 2.53 will not work, at least on FreeBSD. Change the following
16
24
## line appropriately to call autoconf 2.13 instead. This one works for