Overview
Comment: | It seems there are very different versions of tput. Handle both. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
384043a8b49f7b4859ddd02655c8231c |
User & Date: | js on 2010-09-16 01:04:43 |
Other Links: | manifest | tags |
Context
2010-09-19
| ||
02:05 | Fix generating dependencies for .lib.o and .plugin.o. check-in: 066136bfc9 user: js tags: trunk | |
2010-09-16
| ||
01:04 | It seems there are very different versions of tput. Handle both. check-in: 384043a8b4 user: js tags: trunk | |
2010-09-15
| ||
22:23 | Include original extension in temporary .dep files. check-in: 4391081dd7 user: js tags: trunk | |
Changes
Modified m4/buildsys.m4 from [cc77804af0] to [b8a0d671e9].
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | dnl POSSIBILITY OF SUCH DAMAGE. dnl AC_DEFUN([BUILDSYS_INIT], [ AC_PATH_PROG(TPUT, tput) AS_IF([test x"$TPUT" != x""], [ if $TPUT el >/dev/null; then |
︙ |