diff options
author | dscho <dscho> | 2005-05-24 11:17:16 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-24 11:17:16 +0000 |
commit | a3f1ba4561bb9a1da9ba3f48d6b9790677105d83 (patch) | |
tree | 516db4359ce8c83e507954e1cac8ea54a9a51d7f | |
parent | 8ef9dbd3416c6abee98d3569eda48498c106f1bc (diff) | |
download | libtdevnc-a3f1ba4561bb9a1da9ba3f48d6b9790677105d83.tar.gz libtdevnc-a3f1ba4561bb9a1da9ba3f48d6b9790677105d83.zip |
make libvncserver-conf executable the autoconf way
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 6e1586c..e14374d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index e89bebd..5f7a1b4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |