summaryrefslogtreecommitdiff
blob: 35c4c7fdd194da42dfb678501f4ad86790528a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(scala, https://bugs.gentoo.org/)
AC_CONFIG_SRCDIR([scala.f])
AM_INIT_AUTOMAKE([foreign])

PKG_CHECK_MODULES([LAPACK],[lapack])

# Checks for programs.
AC_PROG_FC
AC_PROG_F77
AC_OUTPUT([Makefile])