> From: "avanija atrayee" <[EMAIL PROTECTED]> > Date: 16 Jul 2002 10:42:40 -0000 > > when I am trying to execute this command > > $autoconf configure.in > > i am getting the following error. > /usr/local/bin/autoconf[198]: /usr/local/bin/autom4te: not found
That's a known problem in Autoconf 2.53. It should be fixed in the next version. > I added /usr/local/bin to my path Yes, if you prepend /usr/local/bin to your PATH, it should work around the problem.
