Michael Lemke wrote:
I have these three files (+ the stuff created by autoconf etc):
x.F
[...]
$ cat configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_INIT(x,1.0)
AM_INIT_AUTOMAKE
dnl Checks for programs.
AC_PROG_MAKE_SET
AC_PROG_F77
[...]
That went all fine.
I am just trying to learn autoconf and automake and found something where
I don't know if I am doing something wrong. I am doing this on cygwin with
W98 SE:
$ uname -a
CYGWIN_98-4.10 MICHA 1.3.13(0.62/3/2) 2002-10-13 23:15 i586 unknown
I have these three files (+ the stuff created by autoconf e
2 matches
Mail list logo