Chris PeBenito 84eb35
#!/bin/sh
Chris PeBenito 84eb35
Chris PeBenito 84eb35
# this file exists because this line is
Chris PeBenito 84eb35
# too hard to escape correctly in a makefile
Chris PeBenito 84eb35
Chris PeBenito 84eb35
egrep -v '^[[:blank:]]*(\#.*)?$' $1 \
Chris PeBenito 84eb35
	| awk '{ print "define(`"$1"_conf'\'',`"$3"'\'')" }'