From 7e6377c0313fed1d4036c701f4c3d94161d4c7dc Mon Sep 17 00:00:00 2001 From: tommat Date: Mon, 25 Sep 2006 19:30:10 +0000 Subject: [PATCH] - autoize - more strict configure options Changed files: OpenAL.spec -> 1.47 --- OpenAL.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 \ -- 2.44.0