From: Guillem Jover Date: Wed, 7 Jun 2017 21:09:40 +0000 (+0200) Subject: build: Use src/strlcpy.c in AC_CONFIG_SRCDIR X-Git-Tag: 0.8.4~20 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8248e5f7a61761ee057ca7e2c4f6ee618c43c5be;p=thirdparty%2Flibbsd.git build: Use src/strlcpy.c in AC_CONFIG_SRCDIR The src/fgetln.c file contains a function considered obsolete, use one that is not. --- diff --git a/configure.ac b/configure.ac index e4d190d..5fc132c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.67]) AC_INIT([libbsd], m4_esyscmd([./get-version]), [libbsd@lists.freedesktop.org]) -AC_CONFIG_SRCDIR([src/fgetln.c]) +AC_CONFIG_SRCDIR([src/strlcpy.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])