Brad King 77ddb6a0cd Use cascading-if for per-config test and install code
When generating per-config blocks in test and install scripts replace
the form

  IF()
    # config == A
  ENDIF()
  IF()
    # config == B
  ENDIF()

with

  IF()
    # config == A
  ELSEIF()
    # config == B
  ELSE()
    # no config matches
  ENDIF()

for clarity and to support the else() case cleanly.
2011-06-10 09:25:46 -04:00
..
2011-06-06 16:41:17 -04:00
2011-06-09 00:12:04 -04:00
2011-04-19 14:07:36 -04:00
2011-05-27 10:45:41 -04:00
2010-09-10 14:42:09 -04:00
2006-03-10 13:54:57 -05:00
2010-11-12 10:47:28 -05:00
2010-08-31 10:41:23 -04:00