From 77098434d049603f5cb4777c5a5824496387f6b9 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 17 Sep 2009 16:57:18 +0300 Subject: newer autoconf has a nicer autoreconf --- BUILD_C++.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/BUILD_C++.txt b/BUILD_C++.txt index 9bac145..406e2b6 100644 --- a/BUILD_C++.txt +++ b/BUILD_C++.txt @@ -46,9 +46,7 @@ Debian/Ubuntu specific Build orkbasecxx on the command line: * Go to the root directory of the orkbasecxx -* libtoolize --force -* automake -a -* make -f Makefile.cvs +* autoreconf -i * ./configure * make * make install @@ -56,9 +54,7 @@ Build orkbasecxx on the command line: Build orkaudio on the command line: * Go to the root directory of the orkaudio -* libtoolize --force -* automake -a -* make -f Makefile.cvs +* autoreconf -i * ./configure * make * make install @@ -81,4 +77,4 @@ Build on Windows/MSVC6 (SP6) * Select orkbase as active project, build * Select orkaudio as active project, build * Select rtpmixer as active project, build -* Select desired capture plugin, build \ No newline at end of file +* Select desired capture plugin, build -- cgit v1.2.3