2010-05-10 12:28:23 +00:00
committed by Git OBS Bridge
parent f991ff28fe
commit 439bbd28ec
5 changed files with 52 additions and 10 deletions

View File

@@ -113,7 +113,7 @@ test $? -eq 0 || exit 1
aclocal -I m4
autoconf
./configure \
--prefix=%{_prefix} \
--prefix=%{_prefix} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--libexecdir=%{_libdir} \
@@ -122,6 +122,7 @@ test $? -eq 0 || exit 1
--with-x \
--x-includes=%{_x11inc} \
--x-libraries=%{_x11lib}\
--with-x-app-defaultdir=%{_appdef}\
--with-readline=gnu \
--enable-history-file \
--with-linux-vga \