From ce9c8a885fc3bd828565094b06b4d201cd4f2790 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Wed, 14 Jun 2017 16:00:07 +0300 Subject: autoconf: remove useless dummy.c and related workarounds. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 34345d5..cb40a30 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2015-2016 Gediminas Jakutis +dnl Copyright (C) 2015-2017 Gediminas Jakutis dnl dnl This configure.ac is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public @@ -20,7 +20,7 @@ AC_PREREQ([2.13]) m4_define(LIBRIN_VERSION, m4_normalize(m4_include(VERSION))) AC_INIT([librin], [LIBRIN_VERSION], [gediminas@varciai.lt]) -AC_CONFIG_SRCDIR([src/dummy.c]) +AC_CONFIG_SRCDIR([src/float/float.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([m4]) -- cgit v1.2.3