updated the script to deal with licensing information added to wx/setup_inc.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,8 @@ msg()
|
|||||||
# file the common options are meant to be included in is the parameter)
|
# file the common options are meant to be included in is the parameter)
|
||||||
cat_common_options_for()
|
cat_common_options_for()
|
||||||
{
|
{
|
||||||
cmd="cat include/wx/setup_inc.h"
|
# get rid of the copyright header on top of the file
|
||||||
|
cmd="sed '1,/^$/d' include/wx/setup_inc.h"
|
||||||
|
|
||||||
# the file used for configure is special: we need to get rid of C++
|
# the file used for configure is special: we need to get rid of C++
|
||||||
# comments in it because it is included by some C code and we also have to
|
# comments in it because it is included by some C code and we also have to
|
||||||
|
Reference in New Issue
Block a user