diff options
author | Matthias Hopf <mat@mshopf.de> | 2001-09-06 17:12:37 +0000 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2001-09-06 17:12:37 +0000 |
commit | 8d3fda905911b0b1cdadb33c00fb1f800e8f9320 (patch) | |
tree | 3b7d9eba9f67c0e0b05dec5d2fee8d3862648f48 /misc/autogen.sh | |
parent | db5b893d537e8af4c1ed21cfff6fda26564333fb (diff) | |
download | xine-lib-8d3fda905911b0b1cdadb33c00fb1f800e8f9320.tar.gz xine-lib-8d3fda905911b0b1cdadb33c00fb1f800e8f9320.tar.bz2 |
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
Diffstat (limited to 'misc/autogen.sh')
-rwxr-xr-x | misc/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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; \ |