diff options
author | 2017-06-14 16:00:07 +0300 | |
---|---|---|
committer | 2017-06-14 16:00:07 +0300 | |
commit | ce9c8a885fc3bd828565094b06b4d201cd4f2790 (patch) | |
tree | ddf8c693ef19942cc200966612528b2a4368b29c /configure.ac | |
parent | 49c320f951b40ed3c722ceb53c320db98fcb7ecc (diff) | |
download | librin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.tar.gz librin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.tar.bz2 librin-ce9c8a885fc3bd828565094b06b4d201cd4f2790.zip |
autoconf: remove useless dummy.c and related workarounds.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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]) |