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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-02-04 05:01:43 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-02-04 05:01:43 +0300
commitaaa40f7eecdf21cfeb68da8799e6c8dde1584d54 (patch)
tree3cb7326b739428da8ddbcc7c5bea360e2a6bb067 /autogen.sh
parent5029efa73e647fd556c1d22cf17c352aebedb2a6 (diff)
2010-02-03 Michael Hutchinson <mhutchinson@novell.com>
* configure.in: * asn1view/gtk/Makefile.am * docbrowser/BrowserWidget.cs: * docbrowser/Makefile.am: Make Gnome# optional. * autogen.sh: Pass ACLOCAL_FlAGS to aclocal. svn path=/trunk/mono-tools/; revision=150807
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2fc44ee6..8221ac80 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
glib-gettextize --force --copy ||
{ echo "**Error**: glib-gettextize failed."; exit 1; }
-aclocal
+aclocal $ACLOCAL_FLAGS
automake -a
autoconf
./configure --enable-maintainer-mode $*