comparison autogen.sh @ 20400:ea9a5566a156

propagate from branch 'im.pidgin.rlaager.merging.msnp13-and-sf-1621854-4' (head 36b8a3e05397b5918f311a046fa580c5bb8846e0) to branch 'im.pidgin.cpw.khc.msnp14' (head 39ac2e1b7754245b292605b0e3055ebb1b954c5d)
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 05:00:56 +0000
parents 593534b724b0
children a4d9505bd307
comparison
equal deleted inserted replaced
20395:bb940f08c820 20400:ea9a5566a156
5 CONFIGURE_ARGS="${CONFIGURE_ARGS} `cat configure.args`" 5 CONFIGURE_ARGS="${CONFIGURE_ARGS} `cat 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 Gaim."; 10 echo "You must have glib-gettextize installed to compile Pidgin.";
11 echo; 11 echo;
12 exit; 12 exit;
13 } 13 }
14 14
15 (intltoolize --version) < /dev/null > /dev/null 2>&1 || { 15 (intltoolize --version) < /dev/null > /dev/null 2>&1 || {
16 echo; 16 echo;
17 echo "You must have intltool installed to compile Gaim."; 17 echo "You must have intltool installed to compile Pidgin.";
18 echo; 18 echo;
19 exit; 19 exit;
20 } 20 }
21 21
22 (libtoolize --version) < /dev/null > /dev/null 2>&1 || { 22 (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
23 echo; 23 echo;
24 echo "You must have libtool installed to compile Gaim."; 24 echo "You must have libtool installed to compile Pidgin.";
25 echo; 25 echo;
26 exit; 26 exit;
27 } 27 }
28 28
29 (automake --version) < /dev/null > /dev/null 2>&1 || { 29 (automake --version) < /dev/null > /dev/null 2>&1 || {
30 echo; 30 echo;
31 echo "You must have automake installed to compile Gaim."; 31 echo "You must have automake installed to compile Pidgin.";
32 echo; 32 echo;
33 exit; 33 exit;
34 } 34 }
35 35
36 (autoconf --version) < /dev/null > /dev/null 2>&1 || { 36 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
37 echo; 37 echo;
38 echo "You must have autoconf installed to compile Gaim."; 38 echo "You must have autoconf installed to compile Pidgin.";
39 echo; 39 echo;
40 exit; 40 exit;
41 } 41 }
42 42
43 echo "Generating configuration files for Gaim, please wait...." 43 echo "Generating configuration files for Pidgin, please wait...."
44 echo; 44 echo;
45 45
46 echo "Running libtoolize, please ignore non-fatal messages...." 46 echo "Running libtoolize, please ignore non-fatal messages...."
47 echo n | libtoolize --copy --force || exit; 47 echo n | libtoolize --copy --force || exit;
48 48