in the terminal I went into the content of geany_build by the command `cd geany_build`
then I did this: `./autogen.sh` The answer is: ``` **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line.
Processing configure.ac ./autogen.sh: 33: autoreconf: not found ``` then I did this: `./configure --prefix=/home/USERFILE/geany_build --disable-html-docs` the answer is: `bash: ./configure: No such file or directory`