summaryrefslogtreecommitdiff
blob: bcbd7dededa208f2e67a44f677ff7ed589372f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#                                               -*- 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])

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