~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Glassey
  • Date: 2004-01-15 15:50:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040115155007-n9mz4x0zxrs1isd3
Tags: upstream-1.5.7
ImportĀ upstreamĀ versionĀ 1.5.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
echo "*** Sword build system generation"
 
3
echo "*** Recreating libtool"
 
4
libtoolize --force --copy;
 
5
ACLOCAL="$AUTODIR""aclocal"
 
6
echo "*** Recreating aclocal.m4"
 
7
echo "$ACLOCAL"
 
8
        $ACLOCAL;
 
9
 
 
10
echo "*** Recreating configure"
 
11
AUTOCONF="$AUTODIR""autoconf"
 
12
AUTOHEAD="$AUTODIR""autoheader"
 
13
        $AUTOHEAD ;
 
14
        $AUTOCONF;
 
15
        
 
16
echo "*** Recreating the Makefile.in files"
 
17
AUTOMAKE="$AUTODIR""automake"
 
18
        $AUTOMAKE -ac --foreign;