Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2000 18:39:00 -0500 (EST)
From:      beaupran@iro.umontreal.ca
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23779: New port (audio/qtecasound): Graphical user-interface for ecasound.
Message-ID:  <20001222233900.DCA8242C@shall.anarcat.yi.org>
Resent-Message-ID: <200012222340.eBMNe2S68461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23779
>Category:       ports
>Synopsis:       New port (audio/qtecasound): Graphical user-interface for ecasound.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 22 15:40:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     The Anarcat
>Release:        FreeBSD 4.2-BETA i386
>Organization:
>Environment:

N/A

>Description:

Please review.

>How-To-Repeat:

N/A

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	qtecasound
#	qtecasound/pkg-plist
#	qtecasound/pkg-comment
#	qtecasound/pkg-descr
#	qtecasound/Makefile
#	qtecasound/distinfo
#	qtecasound/files
#	qtecasound/files/patch-aa
#	qtecasound/files/patch-ab
#	qtecasound/files/patch-ac
#	qtecasound/files/patch-ad
#	qtecasound/files/patch-ae
#	qtecasound/files/patch-af
#
echo c - qtecasound
mkdir -p qtecasound > /dev/null 2>&1
echo x - qtecasound/pkg-plist
sed 's/^X//' >qtecasound/pkg-plist << 'END-of-qtecasound/pkg-plist'
Xbin/qtecasound
Xbin/qtecasound-config
Xinclude/qtecasound/qeaudioformatinput.h
Xinclude/qtecasound/qeaudioobjectconfiguration.h
Xinclude/qtecasound/qebuttonrow.h
Xinclude/qtecasound/qechainoperator.h
Xinclude/qtecasound/qechainoperatorinput.h
Xinclude/qtecasound/qecontroller.h
Xinclude/qtecasound/qedialog.h
Xinclude/qtecasound/qefilenameinput.h
Xinclude/qtecasound/qeinput.h
Xinclude/qtecasound/qelibraryobject.h
Xinclude/qtecasound/qeobjectmap.h
Xinclude/qtecasound/qeokcancelinput.h
Xinclude/qtecasound/qeoperatorconfiguration.h
Xinclude/qtecasound/qesignallevel.h
Xinclude/qtecasound/qeslider.h
Xinclude/qtecasound/qestringdialog.h
Xinclude/qtecasound/qestringlistdialog.h
Xinclude/qtecasound/qeversion.h
Xlib/libqtecasound.a
Xlib/libqtecasound.la
Xlib/libqtecasound.so
Xlib/libqtecasound.so.1
X
X@dirrm include/qtecasound
END-of-qtecasound/pkg-plist
echo x - qtecasound/pkg-comment
sed 's/^X//' >qtecasound/pkg-comment << 'END-of-qtecasound/pkg-comment'
XGraphical user-interface for ecasound.
END-of-qtecasound/pkg-comment
echo x - qtecasound/pkg-descr
sed 's/^X//' >qtecasound/pkg-descr << 'END-of-qtecasound/pkg-descr'
X-----------------------------------------------------------------------
X What is it?
X-----------------------------------------------------------------------
X
XQtecasound is a graphical user-interface for ecasound. It uses the
Xsame engine as the the console mode version. Command line parameters 
Xand interactive-mode commands work identically. Qtecasound supports
Xall audio file formats and effect algorithms provided by ecasound
Xlibraries. This includes OSS, ALSA, aRts, over 20 file formats, over 30
Xeffect types, LADPSA plugins and multi-operator effect presets.
X
XQtecasound is a graphical user-interface for ecasound. It uses the
Xsame engine as the the console mode version. Command line parameters 
Xand interactive-mode commands work identically. Qtecasound supports
Xall audio file formats and effect algorithms provided by ecasound
Xlibraries. This includes OSS, ALSA, aRts, over 20 file formats, over 30
Xeffect types, LADPSA plugins and multi-operator effect presets.
X
XEcasound and Qtecasound home site
XWWW: http://www.eca.cx
X
X- The Anarcat <anarcat@tao.ca>
END-of-qtecasound/pkg-descr
echo x - qtecasound/Makefile
sed 's/^X//' >qtecasound/Makefile << 'END-of-qtecasound/Makefile'
X# New ports collection makefile for:	qtecasound
X# Date created:		22 december 2000
X# Whom:			The Anarcat <anarcat@tao.ca>
X#
X# $FreeBSD: ports/audio/esound/Makefile,v 1.23 2000/10/05 23:03:41 ade Exp $
X#
X
XPORTNAME=	qtecasound
XPORTVERSION=	0.1.2d1
XCATEGORIES=	audio
XMASTER_SITES=	
X
XMAINTAINER=	anarcat@tao.ca
X
XLIB_DEPENDS=	ecasound.7:${PORTSDIR}/audio/ecasound
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_AUTOMAKE=	yes
X
XUSE_X_PREFIX=	yes
X#USE_QT2=	yes
X
XUSE_LIBTOOL=	yes
XINSTALLS_SHLIB=	yes
X
XCONFIGURE_ENV+=	"CXXFLAGS=${CXXFLAGS} -I${LOCALBASE}/include"
XCONFIGURE_ENV+= "LDFLAGS=${LDFLAGS} -L${LOCALBASE}/lib"
XCONFIGURE_ARGS+=	--with-qt-includes=/usr/X11R6/include/qt2 --with-qt-libraries=/usr/X11R6/lib
X
XMAN1=		qtecasound.1
X
X.include <bsd.port.mk>
END-of-qtecasound/Makefile
echo x - qtecasound/distinfo
sed 's/^X//' >qtecasound/distinfo << 'END-of-qtecasound/distinfo'
XMD5 (qtecasound-0.1.2d1.tar.gz) = 5d346ed06aa6f2749a69ee526a079d48
END-of-qtecasound/distinfo
echo c - qtecasound/files
mkdir -p qtecasound/files > /dev/null 2>&1
echo x - qtecasound/files/patch-aa
sed 's/^X//' >qtecasound/files/patch-aa << 'END-of-qtecasound/files/patch-aa'
X--- acinclude.m4.orig	Fri Sep  1 05:35:30 2000
X+++ acinclude.m4	Fri Dec 22 03:42:33 2000
X@@ -51,7 +51,7 @@
X ##
X AC_DEFUN(AC_PATH_QT_MOC,
X [
X-AC_PATH_PROG(MOC, moc, /usr/bin/moc,
X+AC_PATH_PROG(MOC, moc, moc2, /usr/bin/moc,
X  $ac_qt_bindir:$QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin)
X ])
X 
X@@ -118,7 +118,7 @@
X 
X qt_libdirs="$ac_qt_libraries /usr/lib/qt/lib /usr/local/qt/lib /usr/lib/qt /usr/X11R6/lib /usr/lib $x_libraries $QTLIB"
X test -n "$QTDIR" && qt_libdirs="$QTDIR/lib $QTDIR $qt_libdirs"
X-AC_FIND_FILE(libqt.so.2, $qt_libdirs, qt_libdir)
X+AC_FIND_FILE(libqt2.so, $qt_libdirs, qt_libdir)
X ac_qt_libraries=$qt_libdir
X 
X if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
END-of-qtecasound/files/patch-aa
echo x - qtecasound/files/patch-ab
sed 's/^X//' >qtecasound/files/patch-ab << 'END-of-qtecasound/files/patch-ab'
X--- aclocal.m4.orig	Sun Oct  8 19:07:04 2000
X+++ aclocal.m4	Fri Dec 22 03:43:48 2000
X@@ -54,7 +54,7 @@
X 
X AC_DEFUN(AC_PATH_QT_MOC,
X [
X-AC_PATH_PROG(MOC, moc, /usr/bin/moc,
X+AC_PATH_PROG(MOC, moc, moc2, /usr/bin/moc,
X  $ac_qt_bindir:$QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin)
X ])
X 
X@@ -111,7 +111,7 @@
X 
X qt_libdirs="$ac_qt_libraries /usr/lib/qt/lib /usr/local/qt/lib /usr/lib/qt /usr/X11R6/lib /usr/lib $x_libraries $QTLIB"
X test -n "$QTDIR" && qt_libdirs="$QTDIR/lib $QTDIR $qt_libdirs"
X-AC_FIND_FILE(libqt.so.2, $qt_libdirs, qt_libdir)
X+AC_FIND_FILE(libqt2.so, $qt_libdirs, qt_libdir)
X ac_qt_libraries=$qt_libdir
X 
X if test "$ac_qt_includes" = NO || test "$ac_qt_libraries" = NO; then
END-of-qtecasound/files/patch-ab
echo x - qtecasound/files/patch-ac
sed 's/^X//' >qtecasound/files/patch-ac << 'END-of-qtecasound/files/patch-ac'
X--- configure.in.orig	Sun Oct  8 15:38:38 2000
X+++ configure.in	Fri Dec 22 16:06:14 2000
X@@ -22,6 +22,7 @@
X 
X dnl --
X dnl Libtool
X+AM_PROG_LIBTOOL
X AC_PATH_PROG(LIBTOOL,libtool,none)
X if test x$LIBTOOL = xnone; then
X  AC_MSG_ERROR([** Libtool package not installed! **])
X@@ -30,7 +31,6 @@
X if test x$GNUM4 = xnone; then
X  AC_MSG_ERROR([** GNU m4 not installed! **])
X fi
X-AM_PROG_LIBTOOL
X 
X ACLOCAL=aclocal
X AUTOMAKE=automake
X@@ -42,14 +42,15 @@
X dnl ---
X dnl Set CXXFLAGS.
X dnl ---
X-CXXFLAGS="-O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops"
X 
X AC_ARG_ENABLE(debug,
X [  --enable-debug		  Enable debugging (default = no)],
X include_debug=yes)
X AM_CONDITIONAL(INCLUDE_DEBUG, test x$include_debug = xyes)
X if test x$include_debug = xyes; then
X-CXXFLAGS="-D_REENTRANT -DENABLE_DBC -g -Wall -Wstrict-prototypes -O2 -ffast-math"
X+CXXFLAGS="$CXXFLAGS -D_REENTRANT -DENABLE_DBC -g -Wall -Wstrict-prototypes -O2 -ffast-math"
X+else
X+CXXFLAGS="$CXXFLAGS -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops"
X fi                                     
X 
X AC_ARG_ENABLE(dbc,
X@@ -67,18 +68,37 @@
X dnl ---
X dnl POSIX.4 threads
X dnl ---
X-AC_CHECK_LIB(pthread,pthread_create, ,
X-	AC_CHECK_LIB(c_r,pthread_create, 
X-		LDFLAGS="-pthreads",
X+case "$host" in
X+dnl Not tested all cases. Cases taken from LICQ.
X+dnl	*-*-openbsd*)
X+dnl               CFLAGS="$cFLAGS -pthread"
X+dnl               CXXFLAGS="$CXXFLAGS -pthread"
X+dnl               echo "Setting OpenBSD compilation options for POSIX threads"
X+	*-*-freebsd*)
X+               CFLAGS="$CFLAGS -pthread"
X+               CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
X+               CXXFLAGS="$CXXFLAGS -pthread"
X+               echo "Setting FreeBSD compilation options for POSIX threads"
X+               ;;
X+dnl	*-*-solaris*)
X+dnl               CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS"
X+dnl               echo "Setting Solaris compilation options for POSIX threads"
X+dnl               ;;
X+	*)
X+AC_CHECK_LIB(pthread,pthread_create, [],
X+	AC_CHECK_LIB(c_r,pthread_create, [],
X 		AC_MSG_ERROR([** POSIX.4 threads not installed or broken **])))
X+		;;
X+esac
X 
X+AC_LANG_CPLUSPLUS
X dnl ---
X dnl Ecasound libs
X dnl ---
X if test x$include_debug = xyes; then
X-	AC_CHECK_LIB(ecasound_debug, main,AC_MSG_RESULT(found),AC_MSG_ERROR([** libecasound_debug not installed/found **]),-lkvutils)
X+	AC_CHECK_LIB(ecasound_debug, main,AC_MSG_RESULT(found),AC_MSG_ERROR([** libecasound_debug not installed/found **]),-lkvutils ${LDFLAGS})
X else
X-	AC_CHECK_LIB(ecasound, main,AC_MSG_RESULT(found),AC_MSG_ERROR([** libecasound not installed/found **]),-lkvutils)
X+	AC_CHECK_LIB(ecasound, main,AC_MSG_RESULT(found),AC_MSG_ERROR([** libecasound not installed/found **]),-lkvutils ${LDFLAGS})
X fi
X 
X AC_CHECK_LIBECASOUND(7)
END-of-qtecasound/files/patch-ac
echo x - qtecasound/files/patch-ad
sed 's/^X//' >qtecasound/files/patch-ad << 'END-of-qtecasound/files/patch-ad'
X--- qtecasound/Makefile.am.orig	Fri Sep  1 05:36:01 2000
X+++ qtecasound/Makefile.am	Fri Dec 22 03:43:35 2000
X@@ -58,9 +58,9 @@
X 
X qtecasound_SOURCES = $(ecasound_qt_src) $(ecasound_qt_mocs) $(ecasound_qt_includes)
X qtecasound_debug_SOURCES = $(ecasound_qt_src) $(ecasound_qt_mocs) $(ecasound_qt_includes)
X-qtecasound_LDADD = 	-L$(qt_libraries) -lqt \
X+qtecasound_LDADD = 	-L$(qt_libraries) -lqt2 \
X 			$(top_builddir)/libqtecasound/libqtecasound.la
X-qtecasound_debug_LDADD =  -L$(qt_libraries) -lqt \
X+qtecasound_debug_LDADD =  -L$(qt_libraries) -lqt2 \
X 			$(top_builddir)/libqtecasound/libqtecasound_debug.la
X qtecasound_LDFLAGS = $(all_libraries)
X qtecasound_debug_LDFLAGS = $(qtecasound_LDFLAGS)
END-of-qtecasound/files/patch-ad
echo x - qtecasound/files/patch-ae
sed 's/^X//' >qtecasound/files/patch-ae << 'END-of-qtecasound/files/patch-ae'
X--- qtecasound/Makefile.in.orig	Thu Dec  7 02:12:39 2000
X+++ qtecasound/Makefile.in	Fri Dec 22 03:44:52 2000
X@@ -124,9 +124,9 @@
X 
X qtecasound_SOURCES = $(ecasound_qt_src) $(ecasound_qt_mocs) $(ecasound_qt_includes)
X qtecasound_debug_SOURCES = $(ecasound_qt_src) $(ecasound_qt_mocs) $(ecasound_qt_includes)
X-qtecasound_LDADD = -L$(qt_libraries) -lqt 			$(top_builddir)/libqtecasound/libqtecasound.la
X+qtecasound_LDADD = -L$(qt_libraries) -lqt2 			$(top_builddir)/libqtecasound/libqtecasound.la
X 
X-qtecasound_debug_LDADD = -L$(qt_libraries) -lqt 			$(top_builddir)/libqtecasound/libqtecasound_debug.la
X+qtecasound_debug_LDADD = -L$(qt_libraries) -lqt2 			$(top_builddir)/libqtecasound/libqtecasound_debug.la
X 
X qtecasound_LDFLAGS = $(all_libraries)
X qtecasound_debug_LDFLAGS = $(qtecasound_LDFLAGS)
X@@ -173,7 +173,7 @@
X 
X DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
X 
X-TAR = gtar
X+TAR = tar
X GZIP_ENV = --best
X SOURCES = $(qtecasound_debug_SOURCES) $(qtecasound_SOURCES)
X OBJECTS = $(qtecasound_debug_OBJECTS) $(qtecasound_OBJECTS)
X@@ -301,7 +301,7 @@
X 	@for file in $(DISTFILES); do \
X 	  d=$(srcdir); \
X 	  if test -d $$d/$$file; then \
X-	    cp -pr $$/$$file $(distdir)/$$file; \
X+	    cp -pr $$d/$$file $(distdir)/$$file; \
X 	  else \
X 	    test -f $(distdir)/$$file \
X 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
X@@ -309,25 +309,6 @@
X 	  fi; \
X 	done
X 	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
X-chainsetup_moc.o: chainsetup_moc.cpp chainsetup.h
X-chainsetup.o: chainsetup.cpp ../config.h \
X-	../libqtecasound/qestringdialog.h \
X-	../libqtecasound/qebuttonrow.h interface.h chainsetup.h
X-debug_if.o: debug_if.cpp debug_if.h
X-debug_moc.o: debug_moc.cpp debug.h
X-debug.o: debug.cpp debug_if.h debug.h
X-debugtab_moc.o: debugtab_moc.cpp debugtab.h interface.h ../config.h
X-debugtab.o: debugtab.cpp ../libqtecasound/qebuttonrow.h interface.h \
X-	../config.h debug.h debugtab.h
X-interface_moc.o: interface_moc.cpp interface.h ../config.h
X-interface.o: interface.cpp ../libqtecasound/qebuttonrow.h ../config.h \
X-	chainsetup.h qtecasound.h rtposition.h debug.h debugtab.h \
X-	interface.h
X-qtecasound.o: qtecasound.cpp ../config.h interface.h qtecasound.h \
X-	debug_if.h
X-rtposition_moc.o: rtposition_moc.cpp rtposition.h
X-rtposition.o: rtposition.cpp rtposition.h
X-
X info-am:
X info: info-am
X dvi-am:
END-of-qtecasound/files/patch-ae
echo x - qtecasound/files/patch-af
sed 's/^X//' >qtecasound/files/patch-af << 'END-of-qtecasound/files/patch-af'
X--- configure.orig	Fri Dec 22 16:08:26 2000
X+++ configure	Fri Dec 22 16:08:55 2000
X@@ -1337,84 +1337,6 @@
X test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
X 
X 
X-# Extract the first word of "libtool", so it can be a program name with args.
X-set dummy libtool; ac_word=$2
X-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:1344: checking for $ac_word" >&5
X-if eval "test \"`echo '$''{'ac_cv_path_LIBTOOL'+set}'`\" = set"; then
X-  echo $ac_n "(cached) $ac_c" 1>&6
X-else
X-  case "$LIBTOOL" in
X-  /*)
X-  ac_cv_path_LIBTOOL="$LIBTOOL" # Let the user override the test with a path.
X-  ;;
X-  ?:/*)			 
X-  ac_cv_path_LIBTOOL="$LIBTOOL" # Let the user override the test with a dos path.
X-  ;;
X-  *)
X-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
X-  ac_dummy="$PATH"
X-  for ac_dir in $ac_dummy; do 
X-    test -z "$ac_dir" && ac_dir=.
X-    if test -f $ac_dir/$ac_word; then
X-      ac_cv_path_LIBTOOL="$ac_dir/$ac_word"
X-      break
X-    fi
X-  done
X-  IFS="$ac_save_ifs"
X-  test -z "$ac_cv_path_LIBTOOL" && ac_cv_path_LIBTOOL="none"
X-  ;;
X-esac
X-fi
X-LIBTOOL="$ac_cv_path_LIBTOOL"
X-if test -n "$LIBTOOL"; then
X-  echo "$ac_t""$LIBTOOL" 1>&6
X-else
X-  echo "$ac_t""no" 1>&6
X-fi
X-
X-if test x$LIBTOOL = xnone; then
X- { echo "configure: error: ** Libtool package not installed! **" 1>&2; exit 1; }
X-fi
X-# Extract the first word of "m4", so it can be a program name with args.
X-set dummy m4; ac_word=$2
X-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:1383: checking for $ac_word" >&5
X-if eval "test \"`echo '$''{'ac_cv_path_GNUM4'+set}'`\" = set"; then
X-  echo $ac_n "(cached) $ac_c" 1>&6
X-else
X-  case "$GNUM4" in
X-  /*)
X-  ac_cv_path_GNUM4="$GNUM4" # Let the user override the test with a path.
X-  ;;
X-  ?:/*)			 
X-  ac_cv_path_GNUM4="$GNUM4" # Let the user override the test with a dos path.
X-  ;;
X-  *)
X-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
X-  ac_dummy="$PATH"
X-  for ac_dir in $ac_dummy; do 
X-    test -z "$ac_dir" && ac_dir=.
X-    if test -f $ac_dir/$ac_word; then
X-      ac_cv_path_GNUM4="$ac_dir/$ac_word"
X-      break
X-    fi
X-  done
X-  IFS="$ac_save_ifs"
X-  test -z "$ac_cv_path_GNUM4" && ac_cv_path_GNUM4="none"
X-  ;;
X-esac
X-fi
X-GNUM4="$ac_cv_path_GNUM4"
X-if test -n "$GNUM4"; then
X-  echo "$ac_t""$GNUM4" 1>&6
X-else
X-  echo "$ac_t""no" 1>&6
X-fi
X-
X-if test x$GNUM4 = xnone; then
X- { echo "configure: error: ** GNU m4 not installed! **" 1>&2; exit 1; }
X-fi
X # Check whether --enable-shared or --disable-shared was given.
X if test "${enable_shared+set}" = set; then
X   enableval="$enable_shared"
X@@ -1491,7 +1413,7 @@
X fi
X 
X echo $ac_n "checking host system type""... $ac_c" 1>&6
X-echo "configure:1495: checking host system type" >&5
X+echo "configure:1417: checking host system type" >&5
X 
X host_alias=$host
X case "$host_alias" in
X@@ -1512,7 +1434,7 @@
X echo "$ac_t""$host" 1>&6
X 
X echo $ac_n "checking build system type""... $ac_c" 1>&6
X-echo "configure:1516: checking build system type" >&5
X+echo "configure:1438: checking build system type" >&5
X 
X build_alias=$build
X case "$build_alias" in
X@@ -1532,7 +1454,7 @@
X # Extract the first word of "ranlib", so it can be a program name with args.
X set dummy ranlib; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:1536: checking for $ac_word" >&5
X+echo "configure:1458: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -1571,7 +1493,7 @@
X if test "$ac_cv_prog_gcc" = yes; then
X   # Check if gcc -print-prog-name=ld gives a path.
X   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
X-echo "configure:1575: checking for ld used by GCC" >&5
X+echo "configure:1497: checking for ld used by GCC" >&5
X   ac_prog=`($CC -print-prog-name=ld) 2>&5`
X   case "$ac_prog" in
X     # Accept absolute paths.
X@@ -1595,10 +1517,10 @@
X   esac
X elif test "$with_gnu_ld" = yes; then
X   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
X-echo "configure:1599: checking for GNU ld" >&5
X+echo "configure:1521: checking for GNU ld" >&5
X else
X   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
X-echo "configure:1602: checking for non-GNU ld" >&5
X+echo "configure:1524: checking for non-GNU ld" >&5
X fi
X if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1634,7 +1556,7 @@
X test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
X 
X echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
X-echo "configure:1638: checking if the linker ($LD) is GNU ld" >&5
X+echo "configure:1560: checking if the linker ($LD) is GNU ld" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -1650,7 +1572,7 @@
X 
X 
X echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
X-echo "configure:1654: checking for BSD-compatible nm" >&5
X+echo "configure:1576: checking for BSD-compatible nm" >&5
X if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -1687,7 +1609,7 @@
X 
X 
X echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
X-echo "configure:1691: checking whether ln -s works" >&5
X+echo "configure:1613: checking whether ln -s works" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -1736,8 +1658,8 @@
X case "$host" in
X *-*-irix6*)
X   # Find out which ABI we are using.
X-  echo '#line 1740 "configure"' > conftest.$ac_ext
X-  if { (eval echo configure:1741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+  echo '#line 1662 "configure"' > conftest.$ac_ext
X+  if { (eval echo configure:1663: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X     case "`/usr/bin/file conftest.o`" in
X     *32-bit*)
X       LD="${LD-ld} -32"
X@@ -1758,19 +1680,19 @@
X   SAVE_CFLAGS="$CFLAGS"
X   CFLAGS="$CFLAGS -belf"
X   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
X-echo "configure:1762: checking whether the C compiler needs -belf" >&5
X+echo "configure:1684: checking whether the C compiler needs -belf" >&5
X if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1767 "configure"
X+#line 1689 "configure"
X #include "confdefs.h"
X 
X int main() {
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:1774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   lt_cv_cc_needs_belf=yes
X else
X@@ -1871,6 +1793,84 @@
X # clobbered by the next message.
X exec 5>>./config.log
X 
X+# Extract the first word of "libtool", so it can be a program name with args.
X+set dummy libtool; ac_word=$2
X+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X+echo "configure:1800: checking for $ac_word" >&5
X+if eval "test \"`echo '$''{'ac_cv_path_LIBTOOL'+set}'`\" = set"; then
X+  echo $ac_n "(cached) $ac_c" 1>&6
X+else
X+  case "$LIBTOOL" in
X+  /*)
X+  ac_cv_path_LIBTOOL="$LIBTOOL" # Let the user override the test with a path.
X+  ;;
X+  ?:/*)			 
X+  ac_cv_path_LIBTOOL="$LIBTOOL" # Let the user override the test with a dos path.
X+  ;;
X+  *)
X+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
X+  ac_dummy="$PATH"
X+  for ac_dir in $ac_dummy; do 
X+    test -z "$ac_dir" && ac_dir=.
X+    if test -f $ac_dir/$ac_word; then
X+      ac_cv_path_LIBTOOL="$ac_dir/$ac_word"
X+      break
X+    fi
X+  done
X+  IFS="$ac_save_ifs"
X+  test -z "$ac_cv_path_LIBTOOL" && ac_cv_path_LIBTOOL="none"
X+  ;;
X+esac
X+fi
X+LIBTOOL="$ac_cv_path_LIBTOOL"
X+if test -n "$LIBTOOL"; then
X+  echo "$ac_t""$LIBTOOL" 1>&6
X+else
X+  echo "$ac_t""no" 1>&6
X+fi
X+
X+if test x$LIBTOOL = xnone; then
X+ { echo "configure: error: ** Libtool package not installed! **" 1>&2; exit 1; }
X+fi
X+# Extract the first word of "m4", so it can be a program name with args.
X+set dummy m4; ac_word=$2
X+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X+echo "configure:1839: checking for $ac_word" >&5
X+if eval "test \"`echo '$''{'ac_cv_path_GNUM4'+set}'`\" = set"; then
X+  echo $ac_n "(cached) $ac_c" 1>&6
X+else
X+  case "$GNUM4" in
X+  /*)
X+  ac_cv_path_GNUM4="$GNUM4" # Let the user override the test with a path.
X+  ;;
X+  ?:/*)			 
X+  ac_cv_path_GNUM4="$GNUM4" # Let the user override the test with a dos path.
X+  ;;
X+  *)
X+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
X+  ac_dummy="$PATH"
X+  for ac_dir in $ac_dummy; do 
X+    test -z "$ac_dir" && ac_dir=.
X+    if test -f $ac_dir/$ac_word; then
X+      ac_cv_path_GNUM4="$ac_dir/$ac_word"
X+      break
X+    fi
X+  done
X+  IFS="$ac_save_ifs"
X+  test -z "$ac_cv_path_GNUM4" && ac_cv_path_GNUM4="none"
X+  ;;
X+esac
X+fi
X+GNUM4="$ac_cv_path_GNUM4"
X+if test -n "$GNUM4"; then
X+  echo "$ac_t""$GNUM4" 1>&6
X+else
X+  echo "$ac_t""no" 1>&6
X+fi
X+
X+if test x$GNUM4 = xnone; then
X+ { echo "configure: error: ** GNU m4 not installed! **" 1>&2; exit 1; }
X+fi
X 
X ACLOCAL=aclocal
X AUTOMAKE=automake
X@@ -1879,7 +1879,6 @@
X 
X 
X 
X-CXXFLAGS="-O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops"
X 
X # Check whether --enable-debug or --disable-debug was given.
X if test "${enable_debug+set}" = set; then
X@@ -1897,7 +1896,9 @@
X   INCLUDE_DEBUG_FALSE=
X fi
X if test x$include_debug = xyes; then
X-CXXFLAGS="-D_REENTRANT -DENABLE_DBC -g -Wall -Wstrict-prototypes -O2 -ffast-math"
X+CXXFLAGS="$CXXFLAGS -D_REENTRANT -DENABLE_DBC -g -Wall -Wstrict-prototypes -O2 -ffast-math"
X+else
X+CXXFLAGS="$CXXFLAGS -O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops"
X fi                                     
X 
X # Check whether --enable-dbc or --disable-dbc was given.
X@@ -1911,7 +1912,7 @@
X fi                                     
X 
X echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
X-echo "configure:1915: checking for sin in -lm" >&5
X+echo "configure:1916: checking for sin in -lm" >&5
X ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1919,7 +1920,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lm  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1923 "configure"
X+#line 1924 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -1930,7 +1931,7 @@
X sin()
X ; return 0; }
X EOF
X-if { (eval echo configure:1934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -1958,8 +1959,16 @@
X fi
X 
X 
X+case "$host" in
X+	*-*-freebsd*)
X+               CFLAGS="$CFLAGS -pthread"
X+               CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
X+               CXXFLAGS="$CXXFLAGS -pthread"
X+               echo "Setting FreeBSD compilation options for POSIX threads"
X+               ;;
X+	*)
X echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
X-echo "configure:1963: checking for pthread_create in -lpthread" >&5
X+echo "configure:1972: checking for pthread_create in -lpthread" >&5
X ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1967,7 +1976,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lpthread  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1971 "configure"
X+#line 1980 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -1978,7 +1987,7 @@
X pthread_create()
X ; return 0; }
X EOF
X-if { (eval echo configure:1982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2004,7 +2013,7 @@
X else
X   echo "$ac_t""no" 1>&6
X echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
X-echo "configure:2008: checking for pthread_create in -lc_r" >&5
X+echo "configure:2017: checking for pthread_create in -lc_r" >&5
X ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -2012,7 +2021,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lc_r  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 2016 "configure"
X+#line 2025 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -2023,7 +2032,7 @@
X pthread_create()
X ; return 0; }
X EOF
X-if { (eval echo configure:2027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2038,7 +2047,14 @@
X fi
X if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
X   echo "$ac_t""yes" 1>&6
X-  LDFLAGS="-pthreads"
X+    ac_tr_lib=HAVE_LIB`echo c_r | sed -e 's/^a-zA-Z0-9_/_/g' \
X+    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
X+  cat >> confdefs.h <<EOF
X+#define $ac_tr_lib 1
X+EOF
X+
X+  LIBS="-lc_r $LIBS"
X+
X else
X   echo "$ac_t""no" 1>&6
X { echo "configure: error: ** POSIX.4 threads not installed or broken **" 1>&2; exit 1; }
X@@ -2046,25 +2062,34 @@
X 
X fi
X 
X+		;;
X+esac
X+
X+ac_ext=C
X+# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
X+ac_cpp='$CXXCPP $CPPFLAGS'
X+ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
X+ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
X+cross_compiling=$ac_cv_prog_cxx_cross
X 
X if test x$include_debug = xyes; then
X 	echo $ac_n "checking for main in -lecasound_debug""... $ac_c" 1>&6
X-echo "configure:2053: checking for main in -lecasound_debug" >&5
X+echo "configure:2078: checking for main in -lecasound_debug" >&5
X ac_lib_var=`echo ecasound_debug'_'main | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   ac_save_LIBS="$LIBS"
X-LIBS="-lecasound_debug -lkvutils $LIBS"
X+LIBS="-lecasound_debug -lkvutils ${LDFLAGS} $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 2061 "configure"
X+#line 2086 "configure"
X #include "confdefs.h"
X 
X int main() {
X main()
X ; return 0; }
X EOF
X-if { (eval echo configure:2068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2087,22 +2112,22 @@
X 
X else
X 	echo $ac_n "checking for main in -lecasound""... $ac_c" 1>&6
X-echo "configure:2091: checking for main in -lecasound" >&5
X+echo "configure:2116: checking for main in -lecasound" >&5
X ac_lib_var=`echo ecasound'_'main | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   ac_save_LIBS="$LIBS"
X-LIBS="-lecasound -lkvutils $LIBS"
X+LIBS="-lecasound -lkvutils ${LDFLAGS} $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 2099 "configure"
X+#line 2124 "configure"
X #include "confdefs.h"
X 
X int main() {
X main()
X ; return 0; }
X EOF
X-if { (eval echo configure:2106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2128,7 +2153,7 @@
X 
X ecasound_required_interface=7
X echo $ac_n "checking for libecasound interface version $ecasound_required_interface""... $ac_c" 1>&6
X-echo "configure:2132: checking for libecasound interface version $ecasound_required_interface" >&5
X+echo "configure:2157: checking for libecasound interface version $ecasound_required_interface" >&5
X if test x$include_debug = xyes; then
X 	ecasound_libraries=`ecasound-config --libs_debug`
X 	
X@@ -2153,7 +2178,7 @@
X     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2157 "configure"
X+#line 2182 "configure"
X #include "confdefs.h"
X #ifdef __cplusplus
X extern "C" void exit(int);
X@@ -2176,7 +2201,7 @@
X }
X 
X EOF
X-if { (eval echo configure:2180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X+if { (eval echo configure:2205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X then
X   echo "$ac_t""found." 1>&6
X else
X@@ -2194,7 +2219,7 @@
X 
X 
X echo $ac_n "checking whether to build qtecasound""... $ac_c" 1>&6
X-echo "configure:2198: checking whether to build qtecasound" >&5
X+echo "configure:2223: checking whether to build qtecasound" >&5
X  # Check whether --enable-qt or --disable-qt was given.
X if test "${enable_qt+set}" = set; then
X   enableval="$enable_qt"
X@@ -2237,7 +2262,7 @@
X 			
X 	
X echo $ac_n "checking for QT 2.x""... $ac_c" 1>&6
X-echo "configure:2241: checking for QT 2.x" >&5
X+echo "configure:2266: checking for QT 2.x" >&5
X ac_qt_includes=NO ac_qt_libraries=NO
X qt_libraries=""
X qt_includes=""
X@@ -2368,7 +2393,7 @@
X # Extract the first word of "moc", so it can be a program name with args.
X set dummy moc; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:2372: checking for $ac_word" >&5
X+echo "configure:2397: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_MOC'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -2415,7 +2440,7 @@
X echo "$ac_t""qtecasound preconditions: passed" 1>&6
X 
X echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
X-echo "configure:2419: checking how to run the C++ preprocessor" >&5
X+echo "configure:2444: checking how to run the C++ preprocessor" >&5
X if test -z "$CXXCPP"; then
X if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -2428,12 +2453,12 @@
X cross_compiling=$ac_cv_prog_cxx_cross
X   CXXCPP="${CXX-g++} -E"
X   cat > conftest.$ac_ext <<EOF
X-#line 2432 "configure"
X+#line 2457 "configure"
X #include "confdefs.h"
X #include <stdlib.h>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:2437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:2462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   :
X@@ -2458,12 +2483,12 @@
X echo "$ac_t""$CXXCPP" 1>&6
X 
X echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
X-echo "configure:2462: checking for ANSI C header files" >&5
X+echo "configure:2487: checking for ANSI C header files" >&5
X if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2467 "configure"
X+#line 2492 "configure"
X #include "confdefs.h"
X #include <stdlib.h>
X #include <stdarg.h>
X@@ -2471,7 +2496,7 @@
X #include <float.h>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:2475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:2500: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -2488,7 +2513,7 @@
X if test $ac_cv_header_stdc = yes; then
X   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
X cat > conftest.$ac_ext <<EOF
X-#line 2492 "configure"
X+#line 2517 "configure"
X #include "confdefs.h"
X #include <string.h>
X EOF
X@@ -2506,7 +2531,7 @@
X if test $ac_cv_header_stdc = yes; then
X   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
X cat > conftest.$ac_ext <<EOF
X-#line 2510 "configure"
X+#line 2535 "configure"
X #include "confdefs.h"
X #include <stdlib.h>
X EOF
X@@ -2527,7 +2552,7 @@
X   :
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2531 "configure"
X+#line 2556 "configure"
X #include "confdefs.h"
X #ifdef __cplusplus
X extern "C" void exit(int);
X@@ -2541,7 +2566,7 @@
X exit (0); }
X 
X EOF
X-if { (eval echo configure:2545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X+if { (eval echo configure:2570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X then
X   :
X else
X@@ -2572,12 +2597,12 @@
X cross_compiling=$ac_cv_prog_cxx_cross
X 
X echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
X-echo "configure:2576: checking whether time.h and sys/time.h may both be included" >&5
X+echo "configure:2601: checking whether time.h and sys/time.h may both be included" >&5
X if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2581 "configure"
X+#line 2606 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #include <sys/time.h>
X@@ -2586,7 +2611,7 @@
X struct tm *tp;
X ; return 0; }
X EOF
X-if { (eval echo configure:2590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:2615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   ac_cv_header_time=yes
X else
X@@ -2610,17 +2635,17 @@
X do
X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
X-echo "configure:2614: checking for $ac_hdr" >&5
X+echo "configure:2639: checking for $ac_hdr" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2619 "configure"
X+#line 2644 "configure"
X #include "confdefs.h"
X #include <$ac_hdr>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:2624: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:2649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -2648,17 +2673,17 @@
X 
X ac_safe=`echo "map.h" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for map.h""... $ac_c" 1>&6
X-echo "configure:2652: checking for map.h" >&5
X+echo "configure:2677: checking for map.h" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2657 "configure"
X+#line 2682 "configure"
X #include "confdefs.h"
X #include <map.h>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:2662: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:2687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -2685,14 +2710,14 @@
X fi
X 
X echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
X-echo "configure:2689: checking whether byte ordering is bigendian" >&5
X+echo "configure:2714: checking whether byte ordering is bigendian" >&5
X if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   ac_cv_c_bigendian=unknown
X # See if sys/param.h defines the BYTE_ORDER macro.
X cat > conftest.$ac_ext <<EOF
X-#line 2696 "configure"
X+#line 2721 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #include <sys/param.h>
X@@ -2703,11 +2728,11 @@
X #endif
X ; return 0; }
X EOF
X-if { (eval echo configure:2707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:2732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   # It does; now see whether it defined to BIG_ENDIAN or not.
X cat > conftest.$ac_ext <<EOF
X-#line 2711 "configure"
X+#line 2736 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #include <sys/param.h>
X@@ -2718,7 +2743,7 @@
X #endif
X ; return 0; }
X EOF
X-if { (eval echo configure:2722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:2747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   ac_cv_c_bigendian=yes
X else
X@@ -2738,7 +2763,7 @@
X     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2742 "configure"
X+#line 2767 "configure"
X #include "confdefs.h"
X #ifdef __cplusplus
X extern "C" void exit(int);
X@@ -2754,7 +2779,7 @@
X   exit (u.c[sizeof (long) - 1] == 1);
X }
X EOF
X-if { (eval echo configure:2758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X+if { (eval echo configure:2783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X then
X   ac_cv_c_bigendian=no
X else
X@@ -2778,12 +2803,12 @@
X fi
X 
X echo $ac_n "checking for size_t""... $ac_c" 1>&6
X-echo "configure:2782: checking for size_t" >&5
X+echo "configure:2807: checking for size_t" >&5
X if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2787 "configure"
X+#line 2812 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #if STDC_HEADERS
X@@ -2965,8 +2990,6 @@
X s%@CC@%$CC%g
X s%@CXX@%$CXX%g
X s%@CPP@%$CPP%g
X-s%@LIBTOOL@%$LIBTOOL%g
X-s%@GNUM4@%$GNUM4%g
X s%@host@%$host%g
X s%@host_alias@%$host_alias%g
X s%@host_cpu@%$host_cpu%g
X@@ -2981,6 +3004,8 @@
X s%@LD@%$LD%g
X s%@NM@%$NM%g
X s%@LN_S@%$LN_S%g
X+s%@LIBTOOL@%$LIBTOOL%g
X+s%@GNUM4@%$GNUM4%g
X s%@INCLUDE_DEBUG_TRUE@%$INCLUDE_DEBUG_TRUE%g
X s%@INCLUDE_DEBUG_FALSE@%$INCLUDE_DEBUG_FALSE%g
X s%@ecasound_libraries@%$ecasound_libraries%g
END-of-qtecasound/files/patch-af
exit




>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001222233900.DCA8242C>