Add option to disable Rock-Ridge support --disable-rock

Add IS_ISSOCK() or S_ISLNK() macros for Rock-Ridge when environment
doesn't have it, e.g. MSYS 1.0.10 with MinGW 3.4.2.

Go over --enable settings. --disable-cpp-progs now works.

Require libcddb 1.0.1 or better
This commit is contained in:
rocky
2005-09-15 06:36:01 +00:00
parent 109df884e5
commit b4b1c4ec6f
11 changed files with 145 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.23 2005/04/30 09:42:37 rocky Exp $
# $Id: Makefile.am,v 1.24 2005/09/15 06:36:01 rocky Exp $
#
# Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
#
@@ -20,7 +20,7 @@
# Sample programs
####################################################
#
if !DISABLE_CPP
if ENABLE_CPP
SUBDIRS = C++
endif
noinst_PROGRAMS = audio cdtext device drives iso1 iso2 iso3 isofuzzy \