build: Use src/strlcpy.c in AC_CONFIG_SRCDIR

The src/fgetln.c file contains a function considered obsolete, use one
that is not.
This commit is contained in:
Guillem Jover 2017-06-07 23:09:40 +02:00
parent c74ca09916
commit 8248e5f7a6

View File

@ -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])