Skip to content

Commit

Permalink
2001-07-15 Joe Shaw <joe@ximian.com>
Browse files Browse the repository at this point in the history
	* autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.

svn path=/trunk/mono/; revision=160
  • Loading branch information
joeshaw committed Jul 15, 2001
1 parent a84f29d commit cfc2593
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2001-07-15 Joe Shaw <joe@ximian.com>

* autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.

2001-07-15 Miguel de Icaza <miguel@ximian.com>

* doc/class-library (A): Updated FAQ with question on error 1595.
Expand Down
4 changes: 2 additions & 2 deletions autogen.sh
@@ -1,6 +1,6 @@
libtoolize --automake
automake -a
autoheader
aclocal
aclocal $ACLOCAL_FLAGS
autoconf
./configure $*
./configure $*

0 comments on commit cfc2593

Please sign in to comment.