#!/bin/sh
# Extract the initialization actions for builtin things.

## Let the user override the preprocessor autoconf found.
test -n "${CPP+set}" || CPP="gcc -E"
${CPP} -DSCM_MAGIC_SNARFER "$@" | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"

## Apparently, AIX's preprocessor is unhappy if you try to #include an
## empty file.
echo
