From: tommat Date: Mon, 25 Sep 2006 19:30:10 +0000 (+0000) Subject: - autoize X-Git-Tag: auto/th/OpenAL-0_0_8-2~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2FOpenAL.git;a=commitdiff_plain;h=7e6377c0313fed1d4036c701f4c3d94161d4c7dc - autoize - more strict configure options Changed files: OpenAL.spec -> 1.47 --- diff --git a/OpenAL.spec b/OpenAL.spec index 7f53531..13ef5cd 100644 --- a/OpenAL.spec +++ b/OpenAL.spec @@ -90,15 +90,20 @@ Biblioteka OpenAL do konsolidacji statycznej. %setup -q -n openal-%{version} %build +cp -f /usr/share/automake/config.sub . +%{__libtoolize} +%{__aclocal} -I admin/autotools/m4 +%{__autoconf} +%{__autoheader} %configure \ - %{?with_alsa:--enable-alsa --enable-alsa-dlopen} \ - %{?with_arts:--enable-arts --enable-arts-dlopen} \ - %{?with_esd:--enable-esd --enable-esd-dlopen} \ + --%{?with_alsa:en}%{!?with_alsa:dis}able-alsa{,-dlopen} \ + --%{?with_arts:en}%{!?with_arts:dis}able-arts{,-dlopen} \ + --%{?with_esd:en}%{!?with_esd:dis}able-esd{,-dlopen} \ --enable-sdl --enable-sdl-dlopen \ --enable-capture \ --enable-linux \ --enable-null \ -%ifarch i586 i686 +%ifarch amd64 x86_64 athlon i686 i586 --enable-optim-generic \ %endif --enable-waveout \