changeset 290:ea47b51c9643 octave-forge

let ./configure turn ./octinst.sh into an executable instead of make
author pkienzle
date Fri, 12 Apr 2002 20:23:53 +0000
parents 4a7e214aa62a
children 83a91d71c913
files Makefile autogen.sh
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Apr 12 20:21:43 2002 +0000
+++ b/Makefile	Fri Apr 12 20:23:53 2002 +0000
@@ -18,7 +18,6 @@
 	@echo "Please read FIXES/README before you install."
 
 install: $(SUBMAKEDIRS)
-	@chmod a+x $(INSTALLOCT)
 	@echo " "
 	@echo "Installation complete."
 	@echo " "
--- a/autogen.sh	Fri Apr 12 20:21:43 2002 +0000
+++ b/autogen.sh	Fri Apr 12 20:23:53 2002 +0000
@@ -10,6 +10,8 @@
 fi
 cat <<EOF >> configure.in
   AC_OUTPUT(Makeconf octinst.sh)
+  dnl XXX FIXME XXX chmod is not in autoconf's list of portable functions
+  chmod 0771 octinst.sh
   AC_MSG_RESULT([\$STATUS_MSG
 
 find . -name NOINSTALL -print    # shows which toolboxes won't be installed