From c14ecfe452046c00ffe83171ec7f9b64ff374795 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 18:47:10 -0400 Subject: Make strcasestr() and strchrnul() into separate compat files Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a) --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index fab73d5..a902800 100755 --- a/buildconf +++ b/buildconf @@ -1,4 +1,4 @@ #!/bin/bash -rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in libsysfs/Makefile.in src/Makefile.in configure && +rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure && aclocal && autoheader && automake && autoconf && rm -rf autom4te*.cache -- cgit