summaryrefslogtreecommitdiff
path: root/lib/replace/autogen-autotools.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-02 23:51:39 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-05 04:27:36 +0200
commit5f583591db4738f2d0863ccc5253827191f993a0 (patch)
tree240e4a95ce650697c9349cb43d0c5747de7fd037 /lib/replace/autogen-autotools.sh
parent4accd2396e8a9ac4a7b2191a1d3bc9c84d2e0497 (diff)
downloadsamba-5f583591db4738f2d0863ccc5253827191f993a0.tar.gz
samba-5f583591db4738f2d0863ccc5253827191f993a0.tar.bz2
samba-5f583591db4738f2d0863ccc5253827191f993a0.zip
libreplace: Remove autoconf build system
This leaves the parts required to build libreplace as a static lib for the autoconf build Andrew Bartlett
Diffstat (limited to 'lib/replace/autogen-autotools.sh')
-rwxr-xr-xlib/replace/autogen-autotools.sh13
1 files changed, 0 insertions, 13 deletions
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
-