Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
a3f1ba45
Commit
a3f1ba45
authored
May 24, 2005
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make libvncserver-conf executable the autoconf way
parent
8ef9dbd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
Makefile.am
Makefile.am
+0
-5
configure.ac
configure.ac
+1
-0
No files found.
Makefile.am
View file @
a3f1ba45
...
...
@@ -20,11 +20,6 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec
rpmbuild
-ba
$(PACKAGE)
.spec
endif
all
:
make_config_executable
make_config_executable
:
chmod
a+x libvncserver-config
t
:
$(MAKE)
-C
test test
configure.ac
View file @
a3f1ba45
...
...
@@ -348,6 +348,7 @@ AC_CONFIG_FILES([Makefile
test/Makefile
LibVNCServer.spec
libvncserver-config])
AC_CONFIG_COMMANDS([chmod-libvncserver-config],[chmod a+x libvncserver-config])
AC_OUTPUT
chmod a+x ./libvncserver-config
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