# À installer sur toute nouvelle machine
-base="bash-completion vim htop iotop iftop ipython moreutils screen git molly-guard vlock make netcat apt-file"
-cool="ack-grep colordiff nmap automake rlwrap ncdu pv"
+base="bash-completion vim htop iotop iftop ipython moreutils screen git molly-guard vlock build-essential netcat apt-file"
+cool="ack-grep colordiff nmap autoconf rlwrap ncdu pv"
+
+# NB : build-essential contient make, autoconf contient automake
apt-get install ${base} ${cool}