Changeset 2227
- Timestamp:
- Mar 25, 2010, 3:49:17 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.developer
r2119 r2227 102 102 To build from a subversion checkout, you will need Autotools. More 103 103 specifically 104 * Automake 1.1 0(or later)104 * Automake 1.11 (or later) 105 105 * Autoconf 2.63 (or later) 106 106 * Libtool. -
trunk/configure.ac
r2224 r2227 48 48 49 49 AC_CONFIG_HEADERS([config.h]) 50 AM_INIT_AUTOMAKE([1.1 0 std-options])50 AM_INIT_AUTOMAKE([1.11 std-options color-tests]) 51 51 52 52 dnl The empty help-string for --with-gsl-prefix and
Note: See TracChangeset
for help on using the changeset viewer.