Changeset 776
- Timestamp:
- Feb 9, 2009, 5:47:09 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.developer
r724 r776 24 24 25 25 To build from a subversion checkout, you will need Autotools. More 26 specifically Automake 1.10 (or later) and Autoconf 2.6 0(or later). To26 specifically Automake 1.10 (or later) and Autoconf 2.61 (or later). To 27 27 build man page you will need help2man. 28 28 -
trunk/configure.ac
r775 r776 30 30 # along with svndigest. If not, see <http://www.gnu.org/licenses/>. 31 31 32 AC_PREREQ(2.6 0)32 AC_PREREQ(2.61) 33 33 34 34 m4_include([m4/version.m4])
Note: See TracChangeset
for help on using the changeset viewer.