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 cedae2
if test -f $1; then
Chris PeBenito cedae2
	awk -F = '/^[[:blank:]]*[[:alpha:]]+/{ gsub(/[[:blank:]]*/,"") ; print "define(`"$1"_conf'\'',`"$2"'\'')" }' $1
Chris PeBenito cedae2
fi