diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-10-08 20:22:29 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-10-08 20:22:29 +0000 |
commit | 3f79656772963b913737af093e6414168fcac857 (patch) | |
tree | 021c9a0ba4fa96af4a08dbe9fca39e9a7cd176e7 | |
parent | 53b3371fe3a741670e791260bf39e94c016f1edf (diff) | |
download | xine-lib-3f79656772963b913737af093e6414168fcac857.tar.gz xine-lib-3f79656772963b913737af093e6414168fcac857.tar.bz2 |
just re-adding the old version selection method for safety reasons
CVS patchset: 7016
CVS date: 2004/10/08 20:22:29
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 1c1411093..325a32fef 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.15 2004/09/05 02:14:39 storri Exp $ +# $Id: autogen.sh,v 1.16 2004/10/08 20:22:29 mroi Exp $ # # Maintained by Stephen Torri <storri@users.sourceforge.net> # @@ -27,6 +27,7 @@ PROG=xine-lib # Minimum value required to build +WANT_AUTOMAKE_1_6=1 export WANT_AUTOMAKE_1_6 WANT_AUTOMAKE=1.6 export WANT_AUTOMAKE AUTOMAKE_MIN=1.6.0 AUTOCONF_MIN=2.53 |