The Samba-Bugzilla – Attachment 2819 Details for
Bug 2839
Configure on samba4 (but not 3) exited without mentioning the reason
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A tiny patch to fix a non-portable make-ism in autogen.sh
autogen.portable.patch (text/plain), 394 bytes, created by
David S. Collier-Brown
on 2007-07-14 16:13:10 UTC
(
hide
)
Description:
A tiny patch to fix a non-portable make-ism in autogen.sh
Filename:
MIME Type:
Creator:
David S. Collier-Brown
Created:
2007-07-14 16:13:10 UTC
Size:
394 bytes
patch
obsolete
> >------- autogen.sh ------- >--- /tmp/sccs.j3aatD Sat Jul 14 17:08:47 2007 >+++ autogen.sh Sat Jul 14 16:53:05 2007 >@@ -65,7 +65,7 @@ > > if test x"${AUTOGEN_SKIP_SWAT}" != x"yes"; then > echo "$0: building Web Application Framework (SWAT)" >- make -C ../webapps/swat distclean build || exit 1 >+ (cd ../webapps/swat; make distclean build || exit 1) > fi > > echo "Now run ./configure and then make."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2839
:
2819