Welcome to mirror list, hosted at ThFree Co, Russian Federation.

autogen.sh - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8221ac80004fd32d30fc5c60b9b7378c699d1344 (plain)
1
2
3
4
5
6
7
glib-gettextize --force --copy ||
  { echo "**Error**: glib-gettextize failed."; exit 1; }

aclocal $ACLOCAL_FLAGS
automake -a
autoconf
./configure --enable-maintainer-mode $*