forked from PsychoticNinja/irssi
small updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1209 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
677e0a6736
commit
70fc39fb39
17
autogen.sh
17
autogen.sh
@ -53,18 +53,6 @@ DIE=0
|
|||||||
}
|
}
|
||||||
|
|
||||||
grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
|
grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
|
||||||
grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
|
|
||||||
(gettext --version) < /dev/null > /dev/null 2>&1 || {
|
|
||||||
echo
|
|
||||||
echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
|
|
||||||
echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz"
|
|
||||||
echo "(or a newer version if it is available)"
|
|
||||||
DIE=1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
grep "^AM_GNOME_GETTEXT" $srcdir/configure.in >/dev/null && {
|
|
||||||
grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
|
|
||||||
(gettext --version) < /dev/null > /dev/null 2>&1 || {
|
(gettext --version) < /dev/null > /dev/null 2>&1 || {
|
||||||
echo
|
echo
|
||||||
echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
|
echo "**Error**: You must have \`gettext' installed to compile $PKG_NAME."
|
||||||
@ -110,6 +98,7 @@ xlc )
|
|||||||
am_opt=--include-deps;;
|
am_opt=--include-deps;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
rm -f aclocal.m4
|
||||||
if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then
|
if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then
|
||||||
echo "Creating aclocal.m4 ..."
|
echo "Creating aclocal.m4 ..."
|
||||||
test -r aclocal.m4 || touch aclocal.m4
|
test -r aclocal.m4 || touch aclocal.m4
|
||||||
@ -129,10 +118,10 @@ if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
|
|||||||
echo "Running autoheader..."
|
echo "Running autoheader..."
|
||||||
autoheader
|
autoheader
|
||||||
fi
|
fi
|
||||||
echo "Running automake --gnu $am_opt ..."
|
|
||||||
automake --add-missing --gnu $am_opt
|
|
||||||
echo "Running autoconf ..."
|
echo "Running autoconf ..."
|
||||||
autoconf
|
autoconf
|
||||||
|
echo "Running automake --gnu $am_opt ..."
|
||||||
|
automake --add-missing --gnu $am_opt
|
||||||
|
|
||||||
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
|
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user