comparison autogen.sh @ 17322:253155592cd5

merge of 'e39985139f646da2edf8d287dd521e2fce8c3cb2' and 'ff39939277122047daad77a5941cd085ca559d59'
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 31 May 2007 03:06:46 +0000
parents a4d9505bd307
children 57d350900136 6e93a79b2ae5 50a9c82d32a1
comparison
equal deleted inserted replaced
16749:0fa4a3e9b318 17322:253155592cd5
1 #!/bin/sh 1 #!/bin/sh
2 2
3 CONFIGURE_ARGS="" 3 CONFIGURE_ARGS=""
4 if [ -f configure.args ] ; then 4 if [ -f configure.args ] ; then
5 CONFIGURE_ARGS="${CONFIGURE_ARGS} `cat configure.args`" 5 . configure.args
6 fi 6 fi
7 7
8 (glib-gettextize --version) < /dev/null > /dev/null 2>&1 || { 8 (glib-gettextize --version) < /dev/null > /dev/null 2>&1 || {
9 echo; 9 echo;
10 echo "You must have glib-gettextize installed to compile Pidgin."; 10 echo "You must have glib-gettextize installed to compile Pidgin.";