~ubuntu-branches/ubuntu/precise/xerces-c/precise-updates

« back to all changes in this revision

Viewing changes to reconf

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
set -x
3
3
rm -f config.cache
4
 
libtoolize --copy --force
 
4
 
 
5
type -p glibtoolize 1>/dev/null 2>&1
 
6
 
 
7
if test "$?" = "0"; then
 
8
  glibtoolize --copy --force
 
9
else
 
10
  libtoolize --copy --force
 
11
fi
 
12
 
5
13
aclocal -I m4
6
14
autoheader
7
15
automake -a -c -f