Hi,

2011/1/26 Eve-Marie Devaliere <eve-marie.devali...@noaa.gov>:
> Dear autoconf community,
>
> I am switching a program from the 'old makefile/configure way' to
> autoconf...
>
> I got configure and make and make install to work but would like to now
> add the tests that were happening by running 'make test'... (run-time tests)
>
> I have searched the web and I came across  AC_TRY_RUN but it apparently
> requires to run a C program ; the tests were executed with a shell
> script. Is there another way to do it or am I going to have to make a C
> program that will call my shell script? (The package is in fortran and
> doesn't use C for anything else...)

Wrong auto* package your looking at. Look at this one:
http://www.gnu.org/software/automake/manual/html_node/Tests.html#Tests

-f

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to