Tweak the configure script to build setup.cfg
#! /bin/sh
-# From configure.in Revision: 1.190
+# From configure.in Revision: 1.191
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
ac_given_srcdir=$srcdir
-trap 'rm -fr `echo "Makefile \
+trap 'rm -fr `echo "Makefile setup.cfg \
Objects/Makefile \
Parser/Makefile \
Grammar/Makefile \
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"Makefile \
+CONFIG_FILES=\${CONFIG_FILES-"Makefile setup.cfg \
Objects/Makefile \
Parser/Makefile \
Grammar/Makefile \
fi
# generate output files
-AC_OUTPUT(Makefile \
+AC_OUTPUT(Makefile setup.cfg \
Objects/Makefile \
Parser/Makefile \
Grammar/Makefile \