Lines Matching refs:CONFIGURE_OPTIONS
52 CONFIGURE_OPTIONS += --enable-shared
53 CONFIGURE_OPTIONS += --disable-static
54 CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
55 CONFIGURE_OPTIONS += --with-avahi-user=daemon
56 CONFIGURE_OPTIONS += --with-avahi-group=other
57 CONFIGURE_OPTIONS += --localstatedir=$(VARDIR)/avahi
58 CONFIGURE_OPTIONS += --with-distro=none
59 CONFIGURE_OPTIONS += --disable-gtk3
60 CONFIGURE_OPTIONS += --disable-pygtk
61 CONFIGURE_OPTIONS += --disable-qt3
62 CONFIGURE_OPTIONS += --disable-qt4
63 CONFIGURE_OPTIONS += --disable-mono
64 CONFIGURE_OPTIONS += --disable-monodoc
65 CONFIGURE_OPTIONS += --enable-tests
66 CONFIGURE_OPTIONS += --disable-autoipd
67 CONFIGURE_OPTIONS += --disable-gdbm
68 CONFIGURE_OPTIONS += --enable-dbm
70 CONFIGURE_OPTIONS += --disable-manpages
71 CONFIGURE_OPTIONS.64 += --enable-doxygen-man
72 CONFIGURE_OPTIONS.32 += --disable-doxygen-man
75 CONFIGURE_OPTIONS += --disable-stack-protector
76 CONFIGURE_OPTIONS += CPP="$(CC) -E"
78 CONFIGURE_OPTIONS += PYTHON=$(PYTHON.$(PYTHON_VERSION))
79 CONFIGURE_OPTIONS += am_cv_python_pythondir="$(PYTHON_VENDOR_PACKAGES)"
80 CONFIGURE_OPTIONS += am_cv_python_pyexecdir="$(PYTHON_VENDOR_PACKAGES)"
82 # NOCONFIGURE=yes -> do not execute "configure" directly from "autogen.sh" (/wo CONFIGURE_OPTIONS...)
83 # running of configure /wo CONFIGURE_OPTIONS + ENV -> configure will fail (on --with-distro=none is missing)