X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=c34e1c655ee5603c201289727901ded32bf6391a;hb=56e9569c94674100e92c395deac7ca3b9baaf9ea;hp=a55d546c256d4eb0c3728f3419239a7ff737f64c;hpb=7761fafedec714e50b0b8c4717509c04d820d2a7;p=vlc diff --git a/configure.ac b/configure.ac index a55d546c25..c34e1c655e 100644 --- a/configure.ac +++ b/configure.ac @@ -9,13 +9,13 @@ VERSION_EXTRA="svn" CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`" CODENAME="Grishenko" -AC_PREREQ(2.59) +AC_PREREQ(2.59) dnl this really should be 2.59c AC_CONFIG_SRCDIR(src/libvlc.c) AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_BUILD AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([1.7 check-news dist-bzip2]) +AM_INIT_AUTOMAKE([1.9 check-news dist-bzip2 no-dist-gzip -Wall]) AM_CONFIG_HEADER(config.h) dnl Too many people are not aware of maintainer mode: @@ -26,8 +26,6 @@ dnl can't expect you to enable it manually. AS_IF([test "x${enable_maintainer_mode}" != "xno"], [enable_maintainer_mode="yes"]) - -dnl HA! HA! AM_MAINTAINER_MODE dnl @@ -5774,7 +5772,6 @@ AC_CONFIG_FILES([ doc/Makefile intl/Makefile ipkg/Makefile - libs/Makefile libs/loader/Makefile libs/srtp/Makefile modules/Makefile