Changeset 9a36761 for auto/options
- Timestamp:
- 06/10/09 19:55:47 (15 years ago)
- Branches:
- master
- Children:
- c7ecbc2
- Parents:
- b5884b3
- git-author:
- Mateusz Hromada <ruanda@…> (06/10/09 19:55:47)
- git-committer:
- Mateusz Hromada <ruanda@…> (06/10/09 19:55:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
auto/options
re4cec26 r9a36761 25 25 if [ -z "$CP" ]; then CP=$DEFAULT_CP; fi 26 26 if [ -z "$CHMOD" ]; then CHMOD=$DEFAULT_CHMOD; fi 27 if [ -z "$MAKEINFO" ]; then MAKEINFO=$DEFAULT_MAKEINFO; fi 28 if [ -z "$TEXI2DVI" ]; then TEXI2DVI=$DEFAULT_TEXI2DVI; fi 29 if [ -z "$TEXI2PDF" ]; then TEXI2PDF=$DEFAULT_TEXI2PDF; fi 30 if [ -z "$DVIPS" ]; then DVIPS=$DEFAULT_DVIPS; fi 27 31 28 32 if [ -z "$CFLAGS" ]; then CFLAGS=$DEFAULT_CFLAGS; fi … … 80 84 CP=*) CP="$value" ;; 81 85 CHMOD=*) CHMOD="$value" ;; 86 MAKEINFO=*) MAKEINFO="$value" ;; 87 TEXI2DVI=*) TEXI2DVI="$value" ;; 88 TEXI2PDF=*) TEXI2PDF="$value" ;; 89 DVIPS=*) DVIPS="$value" ;; 90 82 91 83 92 CFLAGS=*) CFLAGS="$value" ;; … … 136 145 CP cp command 137 146 CHMOD chmod command 147 MAKEINFO makeinfo command 148 TEXI2DVI texi2dvi command 149 TEXI2PDF texi2pdf command 150 DVIPS dvips command 151 138 152 139 153 CFLAGS C compiler flags
Note: See TracChangeset
for help on using the changeset viewer.