~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to jk/native/buildconf.sh

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
echo "rm autom4te.cache"
4
 
rm -rf autom4te.cache
5
 
 
6
 
echo "libtoolize --force --automake --copy"
7
 
libtoolize --force --automake --copy
8
 
echo "aclocal"
9
 
#aclocal --acdir=`aclocal --print-ac-dir`
10
 
#aclocal --acdir=/usr/local/share/aclocal
11
 
aclocal
12
 
echo "autoheader"
13
 
autoheader
14
 
echo "automake -a --foreign --copy"
15
 
automake -a --foreign --copy
16
 
echo "autoconf"
17
 
autoconf
18
 
 
19
 
echo "rm autom4te.cache"
20
 
rm -rf autom4te.cache