atk: remove redundant configure args
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Aug 2008 22:37:23 +0000 (22:37 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Aug 2008 22:37:23 +0000 (22:37 -0000)
package/atk/atk.mk

index 55d852c0bedc1ab9cb825a484977e288299c1b4f..b1fe46de60c206cbe614b617ef02f63afdabec63 100644 (file)
@@ -50,14 +50,7 @@ else
 ATK_CONF_OPT_X = --without-x
 endif
 
-ATK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \
-               --build=$(GNU_HOST_NAME) --prefix=/usr \
-               --exec-prefix=/usr --bindir=/usr/bin \
-               --sbindir=/usr/sbin --libdir=/usr/lib \
-               --libexecdir=/usr/lib --sysconfdir=/etc \
-               --datadir=/usr/share --localstatedir=/var \
-               --includedir=/usr/include --mandir=/usr/man \
-               --infodir=/usr/info --enable-shared \
+ATK_CONF_OPT =  --enable-shared \
                --enable-static $(ATK_CONF_OPT_X) \
                --disable-glibtest --enable-explicit-deps=no \
                --disable-debug