Bug #1223 aclocal; autoheader; autoconf; automake no work ??
Submitted: 8 Sep 2003 7:26 Modified: 9 Sep 2003 9:04
Reporter: yeong hk Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Websites: MySQL.com Severity:S1 (Critical)
Version:1 OS:Windows (win2k)
Assigned to: CPU Architecture:Any

[8 Sep 2003 7:26] yeong hk
Description:
hi all:

i try to download mysql version 5 from the

http://www.mysql.com/doc/en/Installing_source_tree.html

but i do until the

cd mysql-4.0
bk -r edit
aclocal; autoheader; autoconf; automake
(cd innobase ; aclocal; autoheader; autoconf;
automake) # for InnoDB
(cd bdb/dist ; sh s_all ) # for Berkeley DB
./configure  # Add your favorite options here
make

**expecially the 

aclocal; autoheader; autoconf; automake
**expecially the 

aclocal; autoheader; autoconf; automake
when i execute in command prompt win2k command prompt

it come out
'aclocal' is not recognized as an internal or external command,
operable program or batch file.

i already download the 
GNU make, autoconf 2.53 (or newer), automake 1.5, libtool 1.4, and m4 

from

http://www.gnu.org/software/autoconf/ 
http://www.gnu.org/software/automake/ 
http://www.gnu.org/software/libtool/ 
http://www.gnu.org/software/make/ 

and unzip to c drive

how to set the path environment for 
aclocal; autoheader; autoconf; automake
??

please advise

thank

regards
yeonghk

How to repeat:
follow the instruction  at 

http://www.mysql.com/doc/en/Installing_source_tree.html

do until 
cd mysql-4.0
bk -r edit
aclocal; autoheader; autoconf; automake

how to set path variable for aclocal; autoheader; autoconf; automake
[9 Sep 2003 9:04] Lenz Grimmer
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem is not the result of a bug.
For a list of more appropriate places to ask for help using MySQL
products, please visit http://www.mysql.com/support/

Thank you for your interest in MySQL.