diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-02-27 22:56:52 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-02-27 22:56:52 +0000 |
commit | f53fff4f072de2e4a046eea9d57bbf1f435e801a (patch) | |
tree | 19f3b5194a6b10076b12cc494dd132fa79faf085 | |
parent | e7c21c4337e55691a04578c80e1a76c74034e4eb (diff) | |
download | xine-lib-f53fff4f072de2e4a046eea9d57bbf1f435e801a.tar.gz xine-lib-f53fff4f072de2e4a046eea9d57bbf1f435e801a.tar.bz2 |
that should help gentoo and mandrake to select the right automake version
CVS patchset: 4299
CVS date: 2003/02/27 22:56:52
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 8bf4d7663..2d57a76be 100755 --- a/autogen.sh +++ b/autogen.sh @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # -# $Id: autogen.sh,v 1.7 2003/01/05 19:32:34 storri Exp $ +# $Id: autogen.sh,v 1.8 2003/02/27 22:56:52 miguelfreitas Exp $ # # Maintained by Stephen Torri <storri@users.sourceforge.net> # @@ -27,6 +27,7 @@ PROG=xine-lib # Minimum value required to build +export WANT_AUTOMAKE_1_6=1 AUTOMAKE_MIN=1.6.0 AUTOCONF_MIN=2.53 LIBTOOL_MIN=1.4.0 |