1#                                               -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.59)
5AC_INIT([uctodata], [0.8], [lamasoftware@science.ru.nl])
6AM_INIT_AUTOMAKE([foreign])
7AC_CONFIG_SRCDIR([configure.ac])
8AC_PROG_LN_S
9
10AC_OUTPUT([
11  Makefile
12  uctodata.pc
13  config/Makefile
14])
15