X-Git-Url: https://git.wpitchoune.net/gitweb/?p=mp3tohtml.git;a=blobdiff_plain;f=configure.ac;h=c8f7130acafe2314ec9e53794c4cf379c23e5197;hp=63e95fb33b9dd3697f0461861bf74753f4850544;hb=b58075de1b0ea25116c554a079e978ce28beb998;hpb=e267e7a7ff405c9d26f4d77a02e5873e20288b21 diff --git a/configure.ac b/configure.ac index 63e95fb..c8f7130 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,8 @@ +AC_PREREQ([2.69]) AC_INIT([mp3tohtml], [1.0.0]) -AM_PATH_PYTHON([2.5]) +AM_INIT_AUTOMAKE -AC_CONFIG_FILES([Makefile]) +AM_PATH_PYTHON([2]) -AC_OUTPUT +AC_OUTPUT([Makefile src/Makefile src/mp3tohtml.py])