~tangerine-developers/tangerine/trunk

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Chow Loong Jin
  • Date: 2011-07-03 08:56:43 UTC
  • Revision ID: hyperair@gmail.com-20110703085643-z6e08fujd7moicvc
Fix autogen.sh for out-of-tree builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
test -z "$srcdir" && srcdir=.
49
49
 
50
50
ORIGDIR=`pwd`
51
 
cd $srcdir
 
51
pushd $srcdir
52
52
TEST_TYPE=-f
53
53
aclocalinclude="-I . -I m4/shamrock $ACLOCAL_FLAGS"
54
54
 
116
116
check_autotool_version intltoolize 0.35
117
117
run intltoolize --force --copy --automake
118
118
 
 
119
popd
 
120
 
119
121
echo Running $srcdir/configure $conf_flags "$@" ...
120
 
$srcdir/configure $conf_flags "$@" \
 
122
$srcdir/configure $conf_flags "$@"