diff lib/argp-standalone/patch-configure.ac.patch @ 618:a9b53729d91b

lib/argp-standalone: build shared library (thanks to FreeBSD)
author David Demelier <markand@malikania.fr>
date Tue, 23 Jul 2019 20:20:00 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/argp-standalone/patch-configure.ac.patch	Tue Jul 23 20:20:00 2019 +0200
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2004-02-23 17:57:29 UTC
++++ configure.ac
+@@ -17,6 +17,7 @@ AC_PROG_CC
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
+ AM_PROG_CC_STDC
++AC_PROG_LIBTOOL
+ 
+ if test "x$am_cv_prog_cc_stdc" = xno ; then
+   AC_ERROR([the C compiler doesn't handle ANSI-C])