Marko Polo
Senior Member
I am trying to build some app from source and oddly cannot set up automake and aclocal properly.
I installed them from ipkg as usual but they are not seen by the system.
When I want to configure the sources, e.g. aclocal && autoconf && automake -a:
	
	
	
		
Starting automake or aclocal standalone gives also "Not found".
When I do which automake, it gives correct path:
	
	
	
		
This is the listing of /opt/bin directory:
	
	
	
		
Any suggestions? Thx in advance.
				
			I installed them from ipkg as usual but they are not seen by the system.
When I want to configure the sources, e.g. aclocal && autoconf && automake -a:
		Code:
	
	aclocal && autoconf && automake -a
	Starting automake or aclocal standalone gives also "Not found".
When I do which automake, it gives correct path:
		Code:
	
	/opt/bin/automake
	This is the listing of /opt/bin directory:
		Code:
	
	lrwxrwxrwx    1 Zapatist root            12 Jul 16 13:19 aclocal -> aclocal-1.12
-rwxr-xr-x    1 Zapatist root         31042 May 10  2012 aclocal-1.12
-rwxr-xr-x    1 Zapatist root         14944 Jun  3  2012 asn1Coding
-rwxr-xr-x    1 Zapatist root         14628 Jun  3  2012 asn1Decoding
-rwxr-xr-x    1 Zapatist root         13364 Jun  3  2012 asn1Parser
-rwxrwxrwx    1 Zapatist root        247188 May  9 05:25 asus_lighttpd
-rwxr-xr-x    1 Zapatist root         14768 May 10  2012 autoconf
-rwxr-xr-x    1 Zapatist root          8534 May 10  2012 autoheader
-rwxr-xr-x    1 Zapatist root         32176 May 10  2012 autom4te
lrwxrwxrwx    1 Zapatist root            13 Jul 16 13:19 automake -> automake-1.12
-rwxr-xr-x    1 Zapatist root        255805 May 10  2012 automake-1.12
-rwxr-xr-x    1 Zapatist root         21066 May 10  2012 autoreconf
-rwxr-xr-x    1 Zapatist root         17123 May 10  2012 autoscan
-rwxr-xr-x    1 Zapatist root         33872 May 10  2012 autoupdate
	Any suggestions? Thx in advance.
	