comparison configure.ac @ 20464:9c7dd58b57e4

build: Move oct-conf-post.in.h to oct-conf.post.h (bug #45646). File does not depend on any autoconf substitutions and should be a static file distributed with source. * oct-conf-post.h: Renamed from oct-conf-post.in.h * oct-conf-post.in.h: Deleted. * configure.ac: Remove rule in AC_CONFIG_FILES to build oct-conf-post.h from oct-conf-post.in.h.
author Rik <rik@octave.org>
date Thu, 06 Aug 2015 08:37:02 -0700
parents 6cfbf412a2c3
children bf47ac616bc0
comparison
equal deleted inserted replaced
20463:7ac907da9fba 20464:9c7dd58b57e4
2998 2998
2999 AC_SUBST(ac_config_files) 2999 AC_SUBST(ac_config_files)
3000 AC_SUBST(ac_config_headers) 3000 AC_SUBST(ac_config_headers)
3001 3001
3002 AC_CONFIG_FILES([ 3002 AC_CONFIG_FILES([
3003 oct-conf-post.h:oct-conf-post.in.h
3004 Makefile 3003 Makefile
3005 doc/doxyhtml/Doxyfile 3004 doc/doxyhtml/Doxyfile
3006 libgnu/Makefile 3005 libgnu/Makefile
3007 liboctave/cruft/mkf77def]) 3006 liboctave/cruft/mkf77def])
3008 3007