bug#23599: Including search directories for pdf and dvi

2016-05-23 Thread Mohammad Akhlaghi
On 05/23/2016 08:50 PM, Mathieu Lirzin wrote: This is normally just a warning. It is treated as an error because you are using "-Werror" in automake options. To remove this error you can add "-Wno-override". That is correct, I had forgot the Automake options in `configure.ac'! Thanks a lot

bug#23599: Including search directories for pdf and dvi

2016-05-22 Thread Mohammad Akhlaghi
Hi Mathieu, Thank you very much for the prompt answer. On 05/23/2016 10:08 AM, Mathieu Lirzin wrote: Hello, Mohammad Akhlaghi writes: I currently have a workaround for this problem (copying or making a symbolic link from the `bootstrapped/doc/fdl.texi' to the `doc/fdl.texi'

bug#23599: Including search directories for pdf and dvi

2016-05-22 Thread Mohammad Akhlaghi
Hello, In buiding Gnuastro, we are using Gnulib's `build-aux/bootstrap'. To keep the source files clean, we have configured the bootstrap process to build all its files and directories in a directory named "bootstrapped". In the Git repository (link below), this directory is basically empty (exc