summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/libglade/BUILD
blob: 35c3f1acda573f86e6d52355c3fb4fdb5543e496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(
  # Fix thanks to Lunar Linux's BUILD
  if [ -z "${DISPLAY}" ]
  then
    export  GTKDOC=false
    message  "${MESSAGE_COLOR}An X display was not found; disabling gtk-doc generation. If you want gtk-doc generation then recast ${SPELL_COLOR}libglade${MESSAGE_COLOR} in a console with access to an X window.${DEFAULT_COLOR}"
  fi  &&

  ./configure  --prefix=${INSTALL_ROOT}/usr  \
               --disable-gnomedb             \
               $OPTS                         &&
  make                                       &&
  prepare_install                            &&
  make    install

) > $C_FIFO 2>&1