2 AM_ARGS
="--add-missing --gnu --copy"
4 if test x
`uname -s 2>/dev/null` = 'xDarwin' -a -f /Library
/Frameworks
/GTK
+.framework
/Versions
/Current
/env
; then
5 .
/Library
/Frameworks
/GTK
+.framework
/Versions
/Current
/env
6 AM_ARGS
="${AM_ARGS} --ignore-deps"
7 CONF_ARGS
="${CONF_ARGS} --disable-idle --without-x"
10 echo "[encoding: UTF-8]" > po
/POTFILES.
in \
11 && ls -1 data
/gajim.desktop.
in.
in data
/glade
/*.glade \
12 src
/*py src
/common
/*py src
/common
/zeroconf
/*.py |
grep -v ipython_view.py
>> \
13 po
/POTFILES.
in ||
exit 1
14 if test -z `which pkg-config 2>/dev/null`;then
15 echo "***Error: pkg-config not found***"
16 echo "See README.html for build requirements."
20 which glibtoolize
>/dev
/null
2>&1 && LIBTOOLIZE
="glibtoolize" || LIBTOOLIZE
="libtoolize"
24 intltoolize
--force --automake \
26 && $LIBTOOLIZE --copy --force --automake \
29 && automake
${AM_ARGS} \
30 && .
/configure
${CONF_ARGS} $@