]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Use src/strlcpy.c in AC_CONFIG_SRCDIR
authorGuillem Jover <guillem@hadrons.org>
Wed, 7 Jun 2017 21:09:40 +0000 (23:09 +0200)
committerGuillem Jover <guillem@hadrons.org>
Fri, 9 Jun 2017 03:46:34 +0000 (05:46 +0200)
The src/fgetln.c file contains a function considered obsolete, use one
that is not.

configure.ac

index e4d190d355806ca373ff8cd3c453c6ab6f009595..5fc132c6c04400b5813b86a3eb98efbd1a115e46 100644 (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])