Right, also don't build _version.py in configure.ac

This commit is contained in:
Christopher Allan Webber 2015-06-03 13:45:57 -05:00
parent bc84e1882a
commit eb8a6ba0cc

View File

@ -156,7 +156,7 @@ dnl Finish #
dnl######### dnl#########
dnl Define the files to be configured dnl Define the files to be configured
AC_CONFIG_FILES([Makefile] [mediagoblin/_version.py]) AC_CONFIG_FILES([Makefile])
dnl Generate config.status dnl Generate config.status
AC_OUTPUT AC_OUTPUT