X-Git-Url: https://git.wpitchoune.net/gitweb/?p=mp3tohtml.git;a=blobdiff_plain;f=configure.ac;h=c8f7130acafe2314ec9e53794c4cf379c23e5197;hp=4810020eb376f563fc112b46eb57dfce6eaea10e;hb=0367f55bb55d93d2e3f0032c2b8c01472d9dd2d6;hpb=23a1d7a430fd249e1e2da5fb3e8f811269df3f14 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])