Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Open Virtual Carcassonne Clone
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ovcc
Open Virtual Carcassonne Clone
Commits
9ae08cfe
Commit
9ae08cfe
authored
Jan 08, 2014
by
Colomban Wendling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OVCCGtk: properly check for sed and use the found version
parent
4650405e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
clients/ovcc-gtk/configure.ac
clients/ovcc-gtk/configure.ac
+1
-0
clients/ovcc-gtk/src/Makefile.am
clients/ovcc-gtk/src/Makefile.am
+4
-4
No files found.
clients/ovcc-gtk/configure.ac
View file @
9ae08cfe
...
...
@@ -16,6 +16,7 @@ AC_SUBST([ovccgtkdatadir])
# Checks for programs.
AC_PROG_LN_S
AC_PROG_SED
AC_PROG_CC
AM_PROG_VALAC([0.7])
AC_CHECK_PROGS([GLIB_GENMARSHAL], [glib-genmarshal], [NONE])
...
...
clients/ovcc-gtk/src/Makefile.am
View file @
9ae08cfe
...
...
@@ -59,9 +59,9 @@ ovccgtk-marshal.c: $(srcdir)/ovccgtk-marshal.list ovccgtk-marshal.h
# to prefix=o sub-prefix=vcc_gtk
ovccgtk-enum-types.c
:
$(srcdir)/ovccgtk-enum-types.c.tpl ovccgtk-enum-types.h $(headers) Makefile
$(AM_V_GEN)$(GLIB_MKENUMS)
--template
$<
$
(
headers:%
=
$(srcdir)
/%
)
|
\
sed
s%o_vcc_gtk_%ovccgtk_%g |
\
sed
s%O_TYPE_VCC_GTK_%OVCCGTK_TYPE_%g
>
$@
$(SED)
s%o_vcc_gtk_%ovccgtk_%g |
\
$(SED)
s%O_TYPE_VCC_GTK_%OVCCGTK_TYPE_%g
>
$@
ovccgtk-enum-types.h
:
$(srcdir)/ovccgtk-enum-types.h.tpl $(headers) Makefile
$(AM_V_GEN)$(GLIB_MKENUMS)
--template
$<
$
(
headers:%
=
$(srcdir)
/%
)
|
\
sed
s%o_vcc_gtk_%ovccgtk_%g |
\
sed
s%O_TYPE_VCC_GTK_%OVCCGTK_TYPE_%g
>
$@
$(SED)
s%o_vcc_gtk_%ovccgtk_%g |
\
$(SED)
s%O_TYPE_VCC_GTK_%OVCCGTK_TYPE_%g
>
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment