X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=c8f7130acafe2314ec9e53794c4cf379c23e5197;hb=58b425619c9aebdf3b0a1ad9dc46f24c39662b3c;hp=4810020eb376f563fc112b46eb57dfce6eaea10e;hpb=23a1d7a430fd249e1e2da5fb3e8f811269df3f14;p=mp3tohtml.git diff --git a/configure.ac b/configure.ac index 4810020..c8f7130 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ +AC_PREREQ([2.69]) AC_INIT([mp3tohtml], [1.0.0]) AM_INIT_AUTOMAKE -AM_PATH_PYTHON([2.5]) -AC_CONFIG_FILES([Makefile]) +AM_PATH_PYTHON([2]) -AC_OUTPUT \ No newline at end of file +AC_OUTPUT([Makefile src/Makefile src/mp3tohtml.py])