Ignore:
Timestamp:
2009-06-15T11:01:46+12:00 (15 years ago)
Author:
mdewsnip
Message:

Now touches the src/text/bool_parser.c file to prevent problems with the bool_paser.y file sometimes having a later timestamp when checked out. If this isn't done it tries to regenerate the bool_parser.c file from bool_parser.y, and this fails if you don't have the right packages installed (yacc etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/mg/configure.in

    r18597 r19835  
    153153      jni/Makefile java/org/greenstone/mg/Makefile ],
    154154[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])
     155
     156# To prevent timestamp problems causing bool_parser.c to be generated from bool_parser.y
     157touch src/text/bool_parser.c
Note: See TracChangeset for help on using the changeset viewer.