diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-07 14:50:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-07 15:03:40 +1100 |
commit | 8b8caac6d0ac980e59bc5bcbfb06502deebb9f42 (patch) | |
tree | 12464200ecfb1f5c4c060c26f4cf2734ffcc9526 /lib/talloc | |
parent | 9796f7398bb216d2bf2c384d0d3cbc7c140b8160 (diff) | |
download | samba-8b8caac6d0ac980e59bc5bcbfb06502deebb9f42.tar.gz samba-8b8caac6d0ac980e59bc5bcbfb06502deebb9f42.tar.bz2 samba-8b8caac6d0ac980e59bc5bcbfb06502deebb9f42.zip |
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 <abartlet@samba.org>
Diffstat (limited to 'lib/talloc')
-rwxr-xr-x | lib/talloc/autogen.sh | 11 |
1 files changed, 0 insertions, 11 deletions
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 |