Parent Directory
|
Revision Log
|
Patch
revision 89 by nigel, Sat Feb 24 21:41:27 2007 UTC | revision 91 by nigel, Sat Feb 24 21:41:34 2007 UTC | |
---|---|---|
# | Line 176 if test "$enableval" = "yes"; then | Line 176 if test "$enableval" = "yes"; then |
176 | fi | fi |
177 | ) | ) |
178 | ||
179 | dnl Handle --enable-newline-is-crlf | |
180 | ||
181 | AC_ARG_ENABLE(newline-is-crlf, | |
182 | [ --enable-newline-is-crlf use CRLF as the newline sequence], | |
183 | if test "$enableval" = "yes"; then | |
184 | NEWLINE=-DNEWLINE=3338 | |
185 | fi | |
186 | ) | |
187 | ||
188 | dnl Handle --enable-ebcdic | dnl Handle --enable-ebcdic |
189 | ||
190 | AC_ARG_ENABLE(ebcdic, | AC_ARG_ENABLE(ebcdic, |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |