comparison configure.ac @ 25397:2cf750f5cb7d

make version info accessible in liboctave * mk-version-h.in.sh: Move from libinterp to liboctave. * configure.ac, libinterp/module.mk, liboctave/module.mk, libgui/graphics/module.mk, libgui/src/module.mk: Update. * version.in.h (OCTAVE_CANONICAL_HOST_TYPE): Define here instead of in default-defs.in.h. * liboctave/mk-version-h.in.sh: Move here from libinterp. Also substitute OCTAVE_CANONICAL_HOST_TYPE. * liboctave/version.cc: Move here from libinterp. Don't include defaults.h. Use OCTAVE_CANONICAL_HOST_TYPE macro instead of octave::config::canonical_host_type function.
author John W. Eaton <jwe@octave.org>
date Sat, 19 May 2018 13:54:04 -0400
parents 26070f36f1e7
children 245de4f12ca3
comparison
equal deleted inserted replaced
25396:75fef3484d12 25397:2cf750f5cb7d
3285 [$SHELL $srcdir/build-aux/move-if-change oct-conf-post.h-tmp oct-conf-post.h]) 3285 [$SHELL $srcdir/build-aux/move-if-change oct-conf-post.h-tmp oct-conf-post.h])
3286 3286
3287 OCTAVE_CONFIG_MOVE_IF_CHANGE_FILES([ 3287 OCTAVE_CONFIG_MOVE_IF_CHANGE_FILES([
3288 libgui/mk-default-qt-settings.sh 3288 libgui/mk-default-qt-settings.sh
3289 liboctave/external/mk-f77-def.sh 3289 liboctave/external/mk-f77-def.sh
3290 liboctave/mk-version-h.sh
3290 libinterp/corefcn/mk-mxarray-h.sh 3291 libinterp/corefcn/mk-mxarray-h.sh
3291 libinterp/mk-version-h.sh
3292 build-aux/subst-config-vals.sh 3292 build-aux/subst-config-vals.sh
3293 build-aux/subst-cross-config-vals.sh 3293 build-aux/subst-cross-config-vals.sh
3294 build-aux/subst-default-vals.sh 3294 build-aux/subst-default-vals.sh
3295 build-aux/subst-script-vals.sh]) 3295 build-aux/subst-script-vals.sh])
3296 3296