/[antiright]/antiright/configure
ViewVC logotype

Diff of /antiright/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42 by jefbed, Mon Aug 30 00:03:11 2004 UTC revision 1.43 by jefbed, Tue Aug 31 01:20:34 2004 UTC
# Line 24  Line 24 
24  #  #
25  ###############################################################################  ###############################################################################
26    
27  VERSION=2.2  VERSION=2.2.1
28  DEFS="$DEFS -DPACKAGE_STRING='\"AntiRight_$VERSION\"'"  DEFS="$DEFS -DPACKAGE_STRING='\"AntiRight_$VERSION\"'"
29    
30  ICONDIR=/usr/X11R6/include/X11/bitmaps/antiright  ICONDIR=/usr/X11R6/include/X11/bitmaps/antiright
# Line 68  if [ -f /usr/include/linux/cdrom.h ]; th Line 68  if [ -f /usr/include/linux/cdrom.h ]; th
68  fi  fi
69    
70  # Use libcdaudio, if available.    # Use libcdaudio, if available.  
71  if [ "$(which libcdaudio-config)" != "" ]; then  paths="/usr/local/bin /usr/bin/libcdaudio-config /usr/pkg/bin"
72      LIBS="$LIBS $(libcdaudio-config --libs)"  for path in $paths
73      INCLUDE="$INCLUDE $(libcdaudio-config --cflags)"  do
74      DEFS="$DEFS -DHAVE_LIBCDAUDIO"    if [ -f $path/libcdaudio-config ]; then
75  fi        LIBS="$LIBS $($path/libcdaudio-config --libs)"
76          INCLUDE="$INCLUDE $($path/libcdaudio-config --cflags)"
77          DEFS="$DEFS -DHAVE_LIBCDAUDIO"
78          break
79      fi
80    done
81    
82  if [ ! -f /usr/X11R6/include/Xm/XpmP.h ]; then  if [ ! -f /usr/X11R6/include/Xm/XpmP.h ]; then
83      LIBS="$LIBS -lXpm"      LIBS="$LIBS -lXpm"

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26