make libvncserver-conf executable the autoconf way

pull/1/head
dscho 19 years ago
parent 8ef9dbd341
commit a3f1ba4561

@ -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

@ -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

Loading…
Cancel
Save