comparison bootstrap.conf @ 11521:00fe5069b70e

update bootstrap scripts from gnulib sources
author John W. Eaton <jwe@octave.org>
date Fri, 14 Jan 2011 02:58:24 -0500
parents fe199165212e
children bd6e37860be5
comparison
equal deleted inserted replaced
11520:fe199165212e 11521:00fe5069b70e
1 # Bootstrap configuration. 1 # Bootstrap configuration.
2 2
3 # Copyright (C) 2006, 2007 Free Software Foundation, Inc. 3 # Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
4 4
5 # This program is free software: you can redistribute it and/or modify 5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by 6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or 7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version. 8 # (at your option) any later version.
100 m4/visibility.m4 100 m4/visibility.m4
101 m4/xsize.m4 101 m4/xsize.m4
102 ' 102 '
103 fi 103 fi
104 104
105 # Build prerequisites
106 buildreq="\
107 autoconf 2.59
108 automake 1.9.6
109 git 1.5.5
110 tar -
111 "
105 checkout_only_file=HACKING 112 checkout_only_file=HACKING
106 gnulib_tool_option_extras="--libtool" 113 gnulib_tool_option_extras="--libtool"
107 gnulib_name="libgnu" 114 gnulib_name="libgnu"
108 source_base="libgnu" 115 source_base="libgnu"