PDA

View Full Version : which automake



Albretch
05-02-2008, 10:01 PM
When I try to see which automake version knoppix has I get nothing

root@Knoppix:/usr/bin# which automake
root@Knoppix:/usr/bin#

root@Knoppix:/# dpkg --search automake
kde-i18n-es: /usr/share/doc/kde/HTML/es/kdevelop/automakemanager.png
vim-runtime: /usr/share/vim/vim70/syntax/automake.vim
vim-runtime: /usr/share/vim/vim70/ftplugin/automake.vim
kde-i18n-es: /usr/share/doc/kde/HTML/es/kdevelop/automake-manager.png
kde-i18n-it: /usr/share/doc/kde/HTML/it/kdevelop/automake-file-popup.png
vim-runtime: /usr/share/vim/vim70/indent/automake.vim
kde-i18n-it: /usr/share/doc/kde/HTML/it/kdevelop/automake-subproject-popup.png
kde-i18n-es: /usr/share/doc/kde/HTML/es/kdevelop/automake-file-popup.png
kde-i18n-it: /usr/share/doc/kde/HTML/it/kdevelop/automakemanager.png
kde-i18n-es: /usr/share/doc/kde/HTML/es/kdevelop/automake-target-popup.png
kde-i18n-it: /usr/share/doc/kde/HTML/it/kdevelop/automake-target-popup.png
kde-i18n-es: /usr/share/doc/kde/HTML/es/kdevelop/automake-subproject-popup.png

I use knoppix 5.1.1 and automake is definitely installed as part of knoppix becasue you can run "make" while installing software from source

How do you know where and what version of automake do you have?

I need to do automake as I did for autoconf

root@Knoppix:/# which autoconf
/usr/bin/autoconf
root@Knoppix:/# autoconf --version
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

Thanks
lbrtchx

Albretch
05-02-2008, 10:19 PM
root@Knoppix:/# find / -name automake
find: WARNING: Hard link count is wrong for /UNIONFS/usr/local: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched.

root@Knoppix:/# free
total used free shared buffers cached
Mem: 969016 955816 13200 0 310836 156668
-/+ buffers/cache: 488312 480704
Swap: 0 0 0