comparison configure.in @ 1481:f8d8b6aa31aa

[project @ 1995-09-26 09:08:53 by jwe]
author jwe
date Tue, 26 Sep 1995 09:09:41 +0000
parents 40d91a5824b2
children 9300d1a832f0
comparison
equal deleted inserted replaced
1480:835a3c4ddb13 1481:f8d8b6aa31aa
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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 22
23 AC_REVISION($Revision: 1.139 $) 23 AC_REVISION($Revision: 1.140 $)
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)
797 ### -Winline 797 ### -Winline
798 ### -felide-constructors 798 ### -felide-constructors
799 ### -fnonnull-objects 799 ### -fnonnull-objects
800 800
801 if $ADD_CXX_WALL; then 801 if $ADD_CXX_WALL; then
802 CXXFLAGS="$CXXFLAGS -Wall -Wno-unused" 802 CXXFLAGS="$CXXFLAGS -Wall"
803 AC_MSG_RESULT([adding -Wall to CXXFLAGS]) 803 AC_MSG_RESULT([adding -Wall to CXXFLAGS])
804 fi 804 fi
805 if $ADD_CC_WALL; then 805 if $ADD_CC_WALL; then
806 CFLAGS="$CFLAGS -Wall -Wno-unused" 806 CFLAGS="$CFLAGS -Wall"
807 AC_MSG_RESULT([adding -Wall to CFLAGS]) 807 AC_MSG_RESULT([adding -Wall to CFLAGS])
808 fi 808 fi
809 809
810 ### Run configure in subdirectories. 810 ### Run configure in subdirectories.
811 811