Mercurial > hg > octave-nkf
comparison configure.ac @ 9906:8d20fb66a0dc
more automake fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 03 Dec 2009 15:39:20 -0500 |
parents | ac69e6f4b33d |
children | f8a5863ae243 |
comparison
equal
deleted
inserted
replaced
9905:84a7c11ff928 | 9906:8d20fb66a0dc |
---|---|
43 | 43 |
44 AM_INIT_AUTOMAKE([1.11 tar-ustar]) | 44 AM_INIT_AUTOMAKE([1.11 tar-ustar]) |
45 AC_REVISION($Revision: 1.603 $) | 45 AC_REVISION($Revision: 1.603 $) |
46 AC_PREREQ(2.60) | 46 AC_PREREQ(2.60) |
47 AC_CONFIG_SRCDIR([src/octave.cc]) | 47 AC_CONFIG_SRCDIR([src/octave.cc]) |
48 AC_CONFIG_HEADER(config.h) | 48 AC_CONFIG_HEADER([config.h]) |
49 AC_CONFIG_MACRO_DIR([m4]) | 49 AC_CONFIG_MACRO_DIR([m4]) |
50 | 50 |
51 OCTAVE_HOST_TYPE | 51 OCTAVE_HOST_TYPE |
52 | 52 |
53 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) | 53 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) |
2142 libcruft/Makefile | 2142 libcruft/Makefile |
2143 libcruft/mkf77def | 2143 libcruft/mkf77def |
2144 liboctave/Makefile | 2144 liboctave/Makefile |
2145 scripts/Makefile | 2145 scripts/Makefile |
2146 src/Makefile | 2146 src/Makefile |
2147 src/mxarray.h | |
2148 src/version.h | |
2149 test/Makefile]) | 2147 test/Makefile]) |
2150 | 2148 |
2151 AC_OUTPUT | 2149 AC_OUTPUT |
2152 | 2150 |
2153 ### Print a summary so that important information isn't missed. | 2151 ### Print a summary so that important information isn't missed. |