/[global]/global/configure.ac
ViewVC logotype

Diff of /global/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by shigio, Thu Oct 27 06:33:34 2005 UTC revision 1.61 by shigio, Thu Oct 27 06:42:51 2005 UTC
# Line 111  dnl Line 111  dnl
111  dnl This option is for debugging GLOBAL. Not for normal use.  dnl This option is for debugging GLOBAL. Not for normal use.
112  dnl  dnl
113  AC_ARG_WITH(db185-compat,  AC_ARG_WITH(db185-compat,
114  [  --with-db185-compat[=DIR] use DB1.85 compatible API included in DB2 or later ],  [  --with-db185-compat[[=DIR]] use DB1.85 compatible API included in DB2 or later ],
115  [  [
116          if test "$withval" != 'no'; then          if test "$withval" != 'no'; then
117                  case "$withval" in                  case "$withval" in
# Line 139  dnl for home-etc support Line 139  dnl for home-etc support
139  dnl  dnl
140  AC_MSG_CHECKING(for home-etc support)  AC_MSG_CHECKING(for home-etc support)
141  AC_ARG_WITH(home-etc,  AC_ARG_WITH(home-etc,
142  [  --with-home-etc[=DIR]     include home-etc support ],  [  --with-home-etc[[=DIR]]     include home-etc support [[DIR=/usr/local]] ],
143  [  [
144          if test "$withval" = 'no'; then          if test "$withval" = 'no'; then
145                  AC_MSG_RESULT(no)                  AC_MSG_RESULT(no)
# Line 178  dnl Line 178  dnl
178  POSIX_SORT=gnusort  POSIX_SORT=gnusort
179  AC_MSG_CHECKING(for external sort command support)  AC_MSG_CHECKING(for external sort command support)
180  AC_ARG_WITH(sort-command,  AC_ARG_WITH(sort-command,
181  [  --with-sort-command[[=COM]] use external sort command [[sort]] ],  [  --with-sort-command[[=COM]] use external sort command [[COM=sort]] ],
182  [  [
183          if test "$withval" = 'no'; then          if test "$withval" = 'no'; then
184                  AC_MSG_RESULT(no)                  AC_MSG_RESULT(no)

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26