[cgma-dev] r1219 - cgm/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Thu Jul 19 15:38:31 CDT 2007
Author: kraftche
Date: 2007-07-19 15:38:31 -0500 (Thu, 19 Jul 2007)
New Revision: 1219
Modified:
cgm/trunk/configure.in
Log:
fix mistake in previous checkin (small-case options)
Modified: cgm/trunk/configure.in
===================================================================
--- cgm/trunk/configure.in 2007-07-19 20:08:41 UTC (rev 1218)
+++ cgm/trunk/configure.in 2007-07-19 20:38:31 UTC (rev 1219)
@@ -69,7 +69,7 @@
[CUBIT_DIR="$withval"],[CUBIT_DIR=no])
AC_ARG_WITH( CUBIT,
AC_HELP_STRING([--with-CUBIT=<dir>],[DEPRECATED. Use --with-cubit (small case)]),
- [CUBIT_DIR="$withval"],[CUBIT_DIR=no])
+ [CUBIT_DIR="$withval"])
if test "x$CUBIT_DIR" == "xyes"; then
AC_MSG_ERROR([Option --with-CUBIT without specifying Cubit directory.])
elif test "x$CUBIT_DIR" != "xno"; then
@@ -154,7 +154,7 @@
[ACIS_DIR=$withval],[ACIS_DIR=no] )
AC_ARG_WITH( ACIS,
AC_HELP_STRING([--with-ACIS],[DEPRECATED. Use --wtih-acis (small case)]),
- [ACIS_DIR=$withval],[ACIS_DIR=no] )
+ [ACIS_DIR=$withval] )
AC_ARG_WITH( ACIS-system, AC_HELP_STRING([--with-acis-system=SYS],
[Specify ACIS system name (e.g. linux_so), default is to autodetect.]),
[ACIS_SYSTEM=$withval],[ACIS_SYSTEM=] )
More information about the cgma-dev
mailing list