comparison configure.in @ 3077:bb05bfa835c9

[project @ 1997-08-03 20:36:49 by jwe]
author jwe
date Sun, 03 Aug 1997 20:36:50 +0000
parents db6d57d718f7
children eb827eb9b8ff
comparison
equal deleted inserted replaced
3076:440a0e1b8c66 3077:bb05bfa835c9
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.282 $) 24 AC_REVISION($Revision: 1.283 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
117 ;; 117 ;;
118 *) 118 *)
119 USE_GNU_INFO=true 119 USE_GNU_INFO=true
120 ;; 120 ;;
121 esac 121 esac
122
123 INFO_DIR=info
124
125 AC_ARG_ENABLE(info,
126 [ --enable-info use GNU info (default is yes)],
127 [if test "$enableval" = no; then
128 USE_GNU_INFO=false;
129 INFO_DIR="";
130 fi], [])
131 if $USE_GNU_INFO; then
132 AC_DEFINE(USE_GNU_INFO, 1)
133 fi
134 AC_SUBST(INFO_DIR)
135 122
136 dnl ### Allow the user disable support for plplot. 123 dnl ### Allow the user disable support for plplot.
137 dnl 124 dnl
138 dnl # USE_PLPLOT=true 125 dnl # USE_PLPLOT=true
139 dnl # PLPLOT_DIR=plplot 126 dnl # PLPLOT_DIR=plplot
1181 1168
1182 export CC 1169 export CC
1183 export CXX 1170 export CXX
1184 export F77 1171 export F77
1185 1172
1186 AC_CONFIG_SUBDIRS(glob kpathsea scripts $INFO_DIR $PLPLOT_DIR $READLINE_DIR) 1173 AC_CONFIG_SUBDIRS(glob kpathsea scripts $PLPLOT_DIR $READLINE_DIR)
1187 1174
1188 ### Do the substitutions in all the Makefiles. 1175 ### Do the substitutions in all the Makefiles.
1189 1176
1190 AC_OUTPUT(Makefile octMakefile Makeconf test/Makefile dlfcn/Makefile 1177 AC_OUTPUT(Makefile octMakefile Makeconf test/Makefile dlfcn/Makefile
1191 doc/Makefile doc/faq/Makefile doc/interpreter/Makefile 1178 doc/Makefile doc/faq/Makefile doc/interpreter/Makefile