Artifact 34a6b6eb8aa15e470a23f5feaf71219b1a25b294:
- Executable file build/h-to-hin — part of check-in [730308bffd] at 2005-09-30 08:27:32 on branch trunk — Added filename and line numbers to error messages. Began adding support for lists of options rather than just one option per item. libconfig 0.1.19 (user: rkeene, size: 236) [annotate] [blame] [check-ins using]
#! /bin/sh if [ libconfig.h -nt libconfig.h.in ]; then echo 'Updating libconfig.h.in ...' sed 's@^# @!@;s@^ *$@:__BLANK_LINE__:@' libconfig.h | tr ':' "\n" > libconfig.h.in else echo 'Updating libconfig.h ...' make libconfig.h fi