diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-07-25 14:34:48 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-07-25 14:34:48 -0500 |
commit | 00ed01b7cb78a5c95f2d71780cad85ac44482a1e (patch) | |
tree | b3bd02f87098e6e2d05017766809ef3989f99649 /configure.ac | |
parent | 2723bb154acd2ab9e298b2b3f082faf237c72d00 (diff) | |
download | mediagoblin-00ed01b7cb78a5c95f2d71780cad85ac44482a1e.tar.lz mediagoblin-00ed01b7cb78a5c95f2d71780cad85ac44482a1e.tar.xz mediagoblin-00ed01b7cb78a5c95f2d71780cad85ac44482a1e.zip |
Moving setup.py.in back to setup.py
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a6a802f..e56a55a5 100644 --- a/configure.ac +++ b/configure.ac @@ -197,6 +197,6 @@ dnl Finish # dnl######### dnl Define the files to be configured -AC_CONFIG_FILES([Makefile setup.py]) +AC_CONFIG_FILES([Makefile]) dnl Generate config.status AC_OUTPUT |