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 rpmbuild -ba $(PACKAGE).spec
endif endif
all: make_config_executable
make_config_executable:
chmod a+x libvncserver-config
t: t:
$(MAKE) -C test test $(MAKE) -C test test

@ -348,6 +348,7 @@ AC_CONFIG_FILES([Makefile
test/Makefile test/Makefile
LibVNCServer.spec LibVNCServer.spec
libvncserver-config]) libvncserver-config])
AC_CONFIG_COMMANDS([chmod-libvncserver-config],[chmod a+x libvncserver-config])
AC_OUTPUT AC_OUTPUT
chmod a+x ./libvncserver-config chmod a+x ./libvncserver-config

Loading…
Cancel
Save