[emacs] tweaks

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2023-12-11 16:32:32 +01:00
parent b5feacc223
commit 1cc11c1d5a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -126,8 +126,8 @@ CONFIGURE_OPTIONS="--prefix=/usr \
--libdir=/usr/lib$(uname -m | grep -o 64 ) \
--sysconfdir=/etc \
--localstatedir=/var \
--program-prefix=\"\" \
--program-suffix=\"\" \
--program-prefix="" \
--program-suffix="" \
--mandir=/usr/man \
--infodir=/usr/info \
--without-gconf \
@ -151,17 +151,17 @@ CONFIGURE_OPTIONS="--prefix=/usr \
--with-xinput \
--with-compress-install \
--without-gconf \
--with-gameuser=\":games\" \
--with-gameuser=":games" \
--build=${ARCH}-slackware-linux"
case $FLAVOR in
pgtk)
VERSION=${VERSION}_pgtk
VERSION=pgtk_${VERSION}
CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS \
--with-pgtk"
;;
*) # x11
VERSION=${VERSION}_x11
VERSION=x11_${VERSION}
CONFIGURE_OPTIONS="$CONFIGURE_OPTIONS \
--with-x \
--with-x-toolkit=${X_TOOLKIT:-gtk3} \