Fossil SCM
Apply a fix to auto.def supplied by Steve Bennett via the mailing list.
Commit
8c482e2a99d15e9031f01a3afa80520e93e4c005
Parent
cd2cb3b347ee05b…
1 file changed
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -141,6 +141,6 @@ | ||
| 141 | 141 | # Haiku needs this |
| 142 | 142 | cc-check-function-in-lib getpass bsd |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | make-template GNUmakefile.in |
| 146 | -make-config-header autoconfig.h {USE_* FOSSIL_*} {PACKAGE_*} | |
| 146 | +make-config-header autoconfig.h -auto {USE_* FOSSIL_*} | |
| 147 | 147 |
| --- auto.def | |
| +++ auto.def | |
| @@ -141,6 +141,6 @@ | |
| 141 | # Haiku needs this |
| 142 | cc-check-function-in-lib getpass bsd |
| 143 | } |
| 144 | |
| 145 | make-template GNUmakefile.in |
| 146 | make-config-header autoconfig.h {USE_* FOSSIL_*} {PACKAGE_*} |
| 147 |
| --- auto.def | |
| +++ auto.def | |
| @@ -141,6 +141,6 @@ | |
| 141 | # Haiku needs this |
| 142 | cc-check-function-in-lib getpass bsd |
| 143 | } |
| 144 | |
| 145 | make-template GNUmakefile.in |
| 146 | make-config-header autoconfig.h -auto {USE_* FOSSIL_*} |
| 147 |