From 8d3fda905911b0b1cdadb33c00fb1f800e8f9320 Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Thu, 6 Sep 2001 17:12:37 +0000 Subject: IRIX audio port added. Copying instead of linking missing GNU files now (cross-plattform development). CVS patchset: 583 CVS date: 2001/09/06 17:12:37 --- misc/autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/autogen.sh') diff --git a/misc/autogen.sh b/misc/autogen.sh index 4066b34cd..5a38f43a5 100755 --- a/misc/autogen.sh +++ b/misc/autogen.sh @@ -56,13 +56,13 @@ aclocalinclude="$ACLOCAL_FLAGS"; \ aclocal $aclocalinclude; \ echo "done.") && \ (echo $_echo_n " + Running libtoolize: $_echo_c"; \ - libtoolize --force >/dev/null 2>&1; \ + libtoolize --force --copy >/dev/null 2>&1; \ echo "done.") && \ (echo $_echo_n " + Running autoheader: $_echo_c"; \ autoheader; \ echo "done.") && \ (echo $_echo_n " + Running automake: $_echo_c"; \ - automake --gnu --add-missing; \ + automake --gnu --add-missing --copy; \ echo "done.") && \ (echo $_echo_n " + Running autoconf: $_echo_c"; \ autoconf; \ -- cgit v1.2.3