Artifact e6b4d5700083b67f0e0a878dc0a3d10405b9fcb9:
- Executable file build/h-to-hin — part of check-in [0334619956] at 2004-10-22 23:42:33 on branch trunk — Created libconfig project. (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