Fossil SCM
Change the minimum required autoconf from 2.67 to 2.62.
Commit
0241d75a90665e58e3fdf18646d7dcc0cfac6202
Parent
dcda2dbcb0d85f9…
1 file changed
+1
-1
+1
-1
| --- configure.ac | ||
| +++ configure.ac | ||
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | dnl Process this file with autoconf to produce a configure script. |
| 2 | -AC_PREREQ(2.67) | |
| 2 | +AC_PREREQ(2.62) | |
| 3 | 3 | AC_INIT([fossil], [20110528], [[email protected]]) |
| 4 | 4 | AC_CONFIG_SRCDIR([src/schema.c]) |
| 5 | 5 | AC_CONFIG_AUX_DIR([autoconf]) |
| 6 | 6 | AC_CONFIG_MACRO_DIR([autoconf]) |
| 7 | 7 | AC_CONFIG_HEADER(autoconfig.h) |
| 8 | 8 |
| --- configure.ac | |
| +++ configure.ac | |
| @@ -1,7 +1,7 @@ | |
| 1 | dnl Process this file with autoconf to produce a configure script. |
| 2 | AC_PREREQ(2.67) |
| 3 | AC_INIT([fossil], [20110528], [[email protected]]) |
| 4 | AC_CONFIG_SRCDIR([src/schema.c]) |
| 5 | AC_CONFIG_AUX_DIR([autoconf]) |
| 6 | AC_CONFIG_MACRO_DIR([autoconf]) |
| 7 | AC_CONFIG_HEADER(autoconfig.h) |
| 8 |
| --- configure.ac | |
| +++ configure.ac | |
| @@ -1,7 +1,7 @@ | |
| 1 | dnl Process this file with autoconf to produce a configure script. |
| 2 | AC_PREREQ(2.62) |
| 3 | AC_INIT([fossil], [20110528], [[email protected]]) |
| 4 | AC_CONFIG_SRCDIR([src/schema.c]) |
| 5 | AC_CONFIG_AUX_DIR([autoconf]) |
| 6 | AC_CONFIG_MACRO_DIR([autoconf]) |
| 7 | AC_CONFIG_HEADER(autoconfig.h) |
| 8 |