From 8b8caac6d0ac980e59bc5bcbfb06502deebb9f42 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Feb 2011 14:50:30 +1100 Subject: build: removed the old autogen.sh and autogen-waf.sh scripts for the builds that use waf only, these are no longer needed and just cause confusion Pair-Programmed-With: Andrew Bartlett --- lib/talloc/autogen.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 lib/talloc/autogen.sh (limited to 'lib/talloc') diff --git a/lib/talloc/autogen.sh b/lib/talloc/autogen.sh deleted file mode 100755 index 3005239885..0000000000 --- a/lib/talloc/autogen.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -p=`dirname $0` - -echo "Setting up for waf build" - -echo "done. Now run $p/configure then make." -if [ $p != "." ]; then - echo "Notice: The build invoke path is not the main directory! Use make with the parameter" - echo "-C $p. Example: make -C $p all" -fi -- cgit