AC_INIT([RapptureGUI],[1.4],[rappture@nanohub.org]) AC_CONFIG_AUX_DIR(cf) #------------------------------------------------------------------------ # Handle the --prefix=... option #------------------------------------------------------------------------ if test "${prefix}" = "NONE"; then prefix=/usr/local fi if test "${exec_prefix}" = "NONE"; then exec_prefix=$prefix fi if test -r ${exec_prefix}/lib/rapptureConfig.sh; then . ${exec_prefix}/lib/rapptureConfig.sh PACKAGE_VERSION=$RAPPTURE_VERSION fi AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MKDIR_P AC_PROG_MAKE_SET AC_CONFIG_FILES([ Makefile pkgIndex.tcl scripts/Makefile ]) AC_OUTPUT