forked from pyrocko/fomosto-psgrn-pscmp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
416 B
15 lines
416 B
# -*- Autoconf -*- |
|
# Process this file with autoconf to produce a configure script. |
|
|
|
AC_PREREQ([2.68]) |
|
AC_INIT([fomosto-psgrn-pscmp], [2008a]) |
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
|
AC_PROG_F77 |
|
AC_CONFIG_FILES([ |
|
Makefile |
|
src/psgrn/Makefile |
|
src/pscmp/Makefile |
|
]) |
|
|
|
AC_SUBST([AM_FFLAGS], []) |
|
AC_OUTPUT
|
|
|