From 5f583591db4738f2d0863ccc5253827191f993a0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 2 Jun 2012 23:51:39 +1000 Subject: libreplace: Remove autoconf build system This leaves the parts required to build libreplace as a static lib for the autoconf build Andrew Bartlett --- lib/replace/autogen-autotools.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 lib/replace/autogen-autotools.sh (limited to 'lib/replace/autogen-autotools.sh') diff --git a/lib/replace/autogen-autotools.sh b/lib/replace/autogen-autotools.sh deleted file mode 100755 index d46a4279f3..0000000000 --- a/lib/replace/autogen-autotools.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -rm -rf autom4te.cache -rm -f configure config.h.in - -autoheader || exit 1 -autoconf || exit 1 - -rm -rf autom4te.cache - -echo "Now run ./configure and then make." -exit 0 - -- cgit