comparison autogen.sh @ 2129:7b68621e26db

[gaim-migrate @ 2139] This makes autoconf2.50 work, while still letting 2.13 work. Thanks decklin committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 06 Aug 2001 21:32:18 +0000
parents bf2434d36e54
children fe7cd241f0eb
comparison
equal deleted inserted replaced
2128:bc79be34eb73 2129:7b68621e26db
26 echo "You must have autoconf installed to compile Gaim"; 26 echo "You must have autoconf installed to compile Gaim";
27 echo; 27 echo;
28 exit; 28 exit;
29 } 29 }
30 30
31 # Thanks decklin
32 if autoconf --version | grep -q '2\.[01]'; then
33 ln -sf configure.ac configure.in
34 fi
35
31 echo "Generating configuration files for Gaim, please wait...." 36 echo "Generating configuration files for Gaim, please wait...."
32 echo; 37 echo;
33 38
34 echo "Running gettextize, please ignore non-fatal messages...." 39 echo "Running gettextize, please ignore non-fatal messages...."
35 echo n | gettextize --copy --force; 40 echo n | gettextize --copy --force;