Fossil

Check-in [8c482e2a]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Apply a fix to auto.def supplied by Steve Bennett via the mailing list.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | autosetup
Files: files | file ages | folders
SHA1: 8c482e2a99d15e9031f01a3afa80520e93e4c005
User & Date: dan 2011-07-12 17:26:37.217
Context
2011-07-13
21:29
Merge the new autosetup mechanism into the trunk. ... (check-in: f476744d user: drh tags: trunk)
2011-07-12
17:26
Apply a fix to auto.def supplied by Steve Bennett via the mailing list. ... (Closed-Leaf check-in: 8c482e2a user: dan tags: autosetup)
2011-07-09
21:06
Disable the piping of output through $env(PAGER). ... (check-in: cd2cb3b3 user: drh tags: autosetup)
Changes
Unified Diff Ignore Whitespace Patch
Changes to auto.def.
139
140
141
142
143
144
145
146
# Check for getpassphrase() for Solaris 10 where getpass() truncates to 10 chars
if {![cc-check-functions getpassphrase]} {
    # Haiku needs this
    cc-check-function-in-lib getpass bsd
}

make-template GNUmakefile.in
make-config-header autoconfig.h {USE_* FOSSIL_*} {PACKAGE_*}







|
139
140
141
142
143
144
145
146
# Check for getpassphrase() for Solaris 10 where getpass() truncates to 10 chars
if {![cc-check-functions getpassphrase]} {
    # Haiku needs this
    cc-check-function-in-lib getpass bsd
}

make-template GNUmakefile.in
make-config-header autoconfig.h -auto {USE_* FOSSIL_*}