[ecasound] building ecasound in a directory other than the CVS directory

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: [ecasound] building ecasound in a directory other than the CVS directory
From: Jeremy Hall (jhall@UU.NET)
Date: Fri May 19 2000 - 06:59:47 EEST


Hi,

I just tried to merge in the CVS ecasound with my old 1.7.1D1 branch
(YICK) and had conflicts like makefile.in, configure.in, and other junk
that autoconf runs. The ALSA CVS ./cvscompile goes like this.

#!/bin/bash

aclocal $ACLOCAL_FLAGS
automake --foreign
autoconf
export CFLAGS='-O2 -Wall -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
unset CFLAGS
make

now I am not too certain what $@ does, but do we run aclocal etc? how does
this work?

_J

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri May 19 2000 - 07:00:29 EEST