]> git.sur5r.net Git - openocd/commit
Rework parallel port configure script option handling:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 8 Jun 2009 04:34:45 +0000 (04:34 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 8 Jun 2009 04:34:45 +0000 (04:34 +0000)
commit35f7c4e47850cacc66e62024cc097c8206ed0609
treeaeb72a3fe158e3979b543123132458cb3c8d4c19
parent1419a728928dea6853e6d1bcd778477a668ed4d1
Rework parallel port configure script option handling:
- Move AC_ARG_ENABLE for secondary parallel port options:
  - These macros cause their configure options to appear unconditionally,
    so they should not be placed inside conditional logic.
  - Groups them with primary parallel port driver option.
- Update these options to show '-' instead of '_'; both still work.
- Update command help text to show host architecture/OS requirements.
- Display a warning when these options have been provided and the
  configure script will ignore the setting that the user specified.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2104 b42882b7-edfa-0310-969c-e2dbd0fdcd60
configure.in