summaryrefslogtreecommitdiffstats
path: root/lxqt/build/autoconf/libconfig
blob: dfa8df6e4b8577736cc3036082acdebf03af94ca (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if [ ! -x configure ]; then
  if [ -x autogen.sh ]; then
    ./autogen.sh
  else
    autoreconf -vif
  fi
fi

LDFLAGS="$SLKLDFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --mandir=/usr/man \
  --infodir=/usr/info \
  --docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \
  --localstatedir=/var \
  --sysconfdir=/etc \
  --program-prefix= \
  --program-suffix= \
  --build=$TARGET