Re: How to auto probe a directory

2013-01-09 Thread David Yu
2013/1/9 Stefano Lattarini > On 01/06/2013 09:45 AM, David Yu wrote: > > Hi guys: > > I want my project auto probe the Makefile.am entry all > > directories, if a directory has Makefile.am, I will create Makefile.in > > with automake. > > > Your best bet is to create a bootstrap script

Re: Error running help2man on aclocal-1.13.1

2013-01-09 Thread Jan Engelhardt
On Wednesday 2013-01-09 22:27, Stefano Lattarini wrote: >> >> Now I just have to figure out why someone thought that openSUSE >> should create the manpages directly... >> >Good question > >What happens if you do this instead? > >help2man -S FSF ./t/wrap/aclocal-1.13 > output.1 > >Does this fi

Re: Error running help2man on aclocal-1.13.1

2013-01-09 Thread Stefano Lattarini
On 01/09/2013 10:13 PM, Jan Engelhardt wrote: > On Wednesday 2013-01-09 19:11, Stefano Lattarini wrote: > >> On 01/09/2013 05:05 PM, Jan Engelhardt wrote: >>> >>> The >>> >>> help2man: can't get `--help' info from ./aclocal >>> >>> error seems to have reappeared in automake-1.13.1 (judging fr

Re: Error running help2man on aclocal-1.13.1

2013-01-09 Thread Jan Engelhardt
On Wednesday 2013-01-09 19:11, Stefano Lattarini wrote: >On 01/09/2013 05:05 PM, Jan Engelhardt wrote: >> >> The >> >> help2man: can't get `--help' info from ./aclocal >> >> error seems to have reappeared in automake-1.13.1 (judging from >> http://gnu-automake.7480.n7.nabble.com/Man-page

Re: Error running help2man on aclocal-1.13.1

2013-01-09 Thread Stefano Lattarini
On 01/09/2013 05:05 PM, Jan Engelhardt wrote: > > The > > help2man: can't get `--help' info from ./aclocal > > error seems to have reappeared in automake-1.13.1 (judging from > http://gnu-automake.7480.n7.nabble.com/Man-pages-for-automake-and-aclocal-td11966.html) > > > help2man is of

Error running help2man on aclocal-1.13.1

2013-01-09 Thread Jan Engelhardt
The help2man: can't get `--help' info from ./aclocal error seems to have reappeared in automake-1.13.1 (judging from http://gnu-automake.7480.n7.nabble.com/Man-pages-for-automake-and-aclocal-td11966.html) help2man is of version 1.40.12. --- Executing(%build): /bin/sh -e /var/tmp/rp

Re: Launch bash script for functional testing with "make check" and "make distcheck"

2013-01-09 Thread Timothée Flutre
Thanks, I've added TESTS_ENVIRONMENT (tried with or without "AC_") in my test/Makefile.am and updated the rest like this: launch_functional_tests.bash: $(srcdir)/launch_functional_tests.in sed -e 's,PATHTOMYPROG,$(myprog_abspath),g' $(srcdir)/launch_functional_tests.in > launch_functional_

Re: Launch bash script for functional testing with "make check" and "make distcheck"

2013-01-09 Thread Stefano Lattarini
On 01/09/2013 05:41 AM, Timothée Flutre wrote: > Hello, > I am using Autotools for my C++ package. My package has a single > binary (let's call it "myprog"). I also wrote a bash script, > "launch_functional_tests.bash". This script has 4 steps: > (1) create input files, > (2) generate expected outp

Re: How to auto probe a directory

2013-01-09 Thread Stefano Lattarini
On 01/06/2013 09:45 AM, David Yu wrote: > Hi guys: > I want my project auto probe the Makefile.am entry all > directories, if a directory has Makefile.am, I will create Makefile.in > with automake. > Your best bet is to create a bootstrap script that prepares this information for autocon