X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=1a5cf3c335b26d0d0751bad279aed282a2bd9ed4;hb=28825619153e9637a9d80146ee7d525b1ec920a5;hp=684ea97d00114633bf6bceaf0c400a63350eef8a;hpb=b5263f9cf9d94b558502fa932c8e5f053915e6ff;p=vlc diff --git a/configure.ac b/configure.ac index 684ea97d00..1a5cf3c335 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_BUILD AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([1.9 check-news dist-bzip2 no-dist-gzip -Wall]) +AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) dnl Too many people are not aware of maintainer mode: @@ -172,7 +172,6 @@ case "${host_os}" in LDFLAGS_save="${LDFLAGS_save} -Wl,-headerpad_max_install_names"; LDFLAGS="${LDFLAGS_save}" VLC_ADD_LDFLAGS([mp4], [-Wl,-framework,IOKit,-framework,CoreFoundation]) VLC_ADD_LDFLAGS([mkv mp4], [-Wl,-framework,IOKit,-framework,CoreFoundation]) - VLC_ADD_CFLAGS([libvlc vlc],[-x objective-c]) VLC_ADD_LDFLAGS([vlc],[-Wl,-undefined,dynamic_lookup]) VLC_ADD_LDFLAGS([libvlc_control],[-Wl,dynamic_lookup]) VLC_ADD_LDFLAGS([ffmpeg i420_rgb_mmx],[-Wl,-read_only_relocs,suppress])