comparison configure.in @ 1265:86672dc517f3

[project @ 1995-04-12 02:20:53 by jwe]
author jwe
date Wed, 12 Apr 1995 02:20:53 +0000
parents 96b303cd9cc2
children 4d86fe3f634e
comparison
equal deleted inserted replaced
1264:96b303cd9cc2 1265:86672dc517f3
18 ### 18 ###
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, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 22
23 AC_REVISION($Revision: 1.120 $) 23 AC_REVISION($Revision: 1.121 $)
24 AC_PREREQ(2.0) 24 AC_PREREQ(2.0)
25 AC_INIT(src/octave.cc) 25 AC_INIT(src/octave.cc)
26 AC_CONFIG_HEADER(config.h) 26 AC_CONFIG_HEADER(config.h)
27 27
28 AC_DEFINE(OCTAVE_SOURCE, 1) 28 AC_DEFINE(OCTAVE_SOURCE, 1)
780 AC_CONFIG_SUBDIRS(kpathsea libcruft scripts $INFO_DIR) 780 AC_CONFIG_SUBDIRS(kpathsea libcruft scripts $INFO_DIR)
781 781
782 ### Do the substitutions in all the Makefiles. 782 ### Do the substitutions in all the Makefiles.
783 783
784 define([tmpA], [Makefile octMakefile Makeconf])dnl 784 define([tmpA], [Makefile octMakefile Makeconf])dnl
785 define([tmpC], [liboctave/Makefile src/Makefile dld/Makefile])dnl 785 define([tmpB], [liboctave/Makefile src/Makefile dld/Makefile])dnl
786 define([tmpD], [readline/Makefile readline/doc/Makefile])dnl 786 define([tmpC], [readline/Makefile readline/doc/Makefile])dnl
787 define([tmpE], [readline/examples/Makefile doc/Makefile])dnl 787 define([tmpD], [readline/examples/Makefile doc/Makefile])dnl
788 define([tmpF], [test/Makefile])dnl 788 define([tmpE], [test/Makefile])dnl
789 define([srcdirs], [tmpA tmpB tmpC tmpD tmpE tmpF])dnl 789 define([srcdirs], [tmpA tmpB tmpC tmpD tmpE])dnl
790 790
791 AC_OUTPUT([srcdirs]) 791 AC_OUTPUT([srcdirs])
792 792
793 ### Print a summary so that important information isn't missed. 793 ### Print a summary so that important information isn't missed.
794 794