Changeset 1270 for trunk/configure.in


Ignore:
Timestamp:
Jan 11, 2009 10:20:06 PM (15 years ago)
Author:
dkearney
Message:

rappture object updates, stuff i'm playing around with. the code is not functional but it compiles, and i dont want to loose this state as i continue to play. the configure scripts and makefiles should still be working properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1262 r1270  
    1 AC_INIT([Rappture], [1.1], [rappture@nanohub.org])
     1AC_INIT([Rappture],[1.1],[rappture@nanohub.org])
     2dnl AC_CONFIG_HEADER(src/core/RpConfig.h)
    23AC_CONFIG_AUX_DIR(cf)
    34
     
    3536AC_PROG_F77([g77 gfortran f77 fort77 f90 xlf xlf90 fl32])
    3637
    37 AC_LANG_C
     38AC_LANG([C])
    3839
    3940AC_HEADER_STDC
    4041AC_CHECK_FUNC(atol,,AC_MSG_ERROR(oops! no atol ?!?))
    4142
    42 AC_LANG_CPLUSPLUS
     43AC_LANG([C++])
    4344
    4445AC_CHECK_LIB(m, main,,AC_MSG_ERROR(librappture requires libm))
     
    9495done
    9596if test "x${make_command}" = "x" ; then
    96   AC_ERROR([Requires GNU make. You can specify a version with \$MAKE])
     97  AC_MSG_ERROR([Requires GNU make. You can specify a version with \$MAKE])
    9798fi
    9899AC_SUBST(MAKE, ${make_command})
     
    483484
    484485dnl read Makefile.in and write Makefile
    485 AC_OUTPUT( [
     486AC_CONFIG_FILES([
    486487    Makefile
    487488    packages/Makefile
     
    490491    src/core2/Makefile
    491492    src/objects/Makefile
     493    src/objects/RpHash.h
    492494    gui/Makefile
    493495    gui/apps/Makefile
     
    576578    test/src/Makefile
    577579])
     580AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.