The Samba-Bugzilla – Attachment 927 Details for
Bug 2290
Check for script/mkversion.sh and only call if available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Test if we have an executeable mkversion.sh
autogen.sh.diff (text/plain), 531 bytes, created by
Lars Müller
on 2005-01-30 16:13:07 UTC
(
hide
)
Description:
Test if we have an executeable mkversion.sh
Filename:
MIME Type:
Creator:
Lars Müller
Created:
2005-01-30 16:13:07 UTC
Size:
531 bytes
patch
obsolete
>Author: Lars Mueller <lmuelle at SuSE dot de> >Subject: Check for script/mkversion.sh and only call if available >Bugzilla: bugzilla.Samba.org #2290 > >--- samba-3.0.11rc1/source/autogen.sh >+++ samba-3.0.11rc1/source/autogen.sh 2005-01-31 00:04:28 >@@ -47,8 +47,10 @@ > exit 1 > fi > >-echo "$0: running script/mkversion.sh" >-./script/mkversion.sh || exit 1 >+if test -x ./script/mkversion.sh; then >+ echo "$0: running script/mkversion.sh" >+ ./script/mkversion.sh || exit 1 >+fi > > rm -rf autom4te*.cache > rm -f configure include/config.h*
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 2290
: 927