diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 14:36:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 14:36:41 +0200 |
commit | 80a5da73e9a9ed148314be3fa071181c82fc7c64 (patch) | |
tree | c561200c7b7ff8e9bf6e44be0ad9f093789a3b72 /source3/lib/talloc/autogen.sh | |
parent | ec1c854f2175823bd1ad39c2e272d1b3fab80bf1 (diff) | |
download | samba-80a5da73e9a9ed148314be3fa071181c82fc7c64.tar.gz samba-80a5da73e9a9ed148314be3fa071181c82fc7c64.tar.bz2 samba-80a5da73e9a9ed148314be3fa071181c82fc7c64.zip |
Share talloc source code between Samba 3 and Samba 4.
Diffstat (limited to 'source3/lib/talloc/autogen.sh')
-rwxr-xr-x | source3/lib/talloc/autogen.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/lib/talloc/autogen.sh b/source3/lib/talloc/autogen.sh deleted file mode 100755 index bf84eeee19..0000000000 --- a/source3/lib/talloc/autogen.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -rm -rf autom4te.cache -rm -f configure config.h.in - -IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace" -autoconf $IPATHS || exit 1 -autoheader $IPATHS || exit 1 - -rm -rf autom4te.cache - -echo "Now run ./configure and then make." -exit 0 - |