Overview
| Comment: | Updated to use newer mingw32 conventions |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
3178a7003edaf1debd57db987120def0 |
| User & Date: | rkeene on 2012-07-19 00:25:20.000 |
| Other Links: | manifest | tags |
Context
|
2014-11-24
| ||
| 17:57 | Moved makearch.info out of the top-level directory check-in: 80da1b203b user: rkeene tags: trunk | |
|
2012-07-19
| ||
| 00:25 | Updated to use newer mingw32 conventions check-in: 3178a7003e user: rkeene tags: trunk | |
|
2011-09-05
| ||
| 14:36 | Removed generated files from version control check-in: 0d42a059cd user: rkeene tags: trunk | |
Changes
Modified aclocal.m4
from [f808bf7d3c]
to [12931a90b0].
| ︙ | |||
118 119 120 121 122 123 124 | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | - + - - + + | case $host_os in darwin*) SHOBJEXT="dylib" ;; hpux*) SHOBJEXT="sl" ;; |
| ︙ |