]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- configure cleanups.
authorTomasz Pala <gotar@pld-linux.org>
Tue, 30 Oct 2001 19:21:20 +0000 (19:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icewm.spec -> 1.71

icewm.spec

index 5f1dfb9f961b6061515a1d3f28a911bcabd892a6..dbe4f61cadb2a3581f36e844d0cf40b596c80b22 100644 (file)
@@ -82,20 +82,19 @@ cd ../../
 %build
 export LDFLAGS
 %configure \
-       --with-shape \
        --prefix=%{_prefix} \
-       --with-docdir=/usr/share/doc \
        --with-cfgdir=%{_sysconfdir} \
-       --with-sm \
-       --with-imlib \
+       --with-docdir=%{_docdir} \
        --with-gnome \
        --with-gnome-menus \
        --with-i18n \
-       --enable-nls \
-       --enable-guievents \
        --with-imlib \
-       --enable-gradients \
+       --with-shape \
+       --with-sm \
        --enable-antialiasing \
+       --enable-gradients \
+       --enable-guievents \
+       --enable-nls \
        --enable-xfreetype 
 
 %{__make}
This page took 0.246569 seconds and 4 git commands to generate.