Changeset 2409 for branches/blt4/packages/vizservers/configure
- Timestamp:
- Aug 25, 2011 1:09:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/packages/vizservers/configure
r2201 r2409 8589 8589 CPPFLAGS=$save_CPPFLAGS 8590 8590 8591 8591 if test "${CG_DIR}" = "/usr" ; then 8592 8592 CG_DIR="" 8593 8593 else … … 8627 8627 8628 8628 8629 ac_config_files="$ac_config_files Makefile nanoscale/Makefile nano vis/Makefile nanovis/newmat11/Makefile nanovis/R2/src/Makefile nanovis/vrutil/Makefile nanovis/vrmath/Makefile nanovis/vr3d/Makefile nanovis/imgLoaders/Makefile nanovis/transfer-function/Makefile pymolproxy/Makefile vtkvis/Doxyfile vtkvis/Makefile start_viz.sh"8629 ac_config_files="$ac_config_files Makefile nanoscale/Makefile nanoscale/renderservers.tcl nanovis/Makefile nanovis/newmat11/Makefile nanovis/R2/src/Makefile nanovis/vrutil/Makefile nanovis/vrmath/Makefile nanovis/vr3d/Makefile nanovis/imgLoaders/Makefile nanovis/transfer-function/Makefile pymolproxy/Makefile vtkvis/Doxyfile vtkvis/Makefile start_viz.sh start_nanoscale.sh" 8630 8630 8631 8631 cat >confcache <<\_ACEOF … … 9337 9337 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 9338 9338 "nanoscale/Makefile") CONFIG_FILES="$CONFIG_FILES nanoscale/Makefile" ;; 9339 "nanoscale/renderservers.tcl") CONFIG_FILES="$CONFIG_FILES nanoscale/renderservers.tcl" ;; 9339 9340 "nanovis/Makefile") CONFIG_FILES="$CONFIG_FILES nanovis/Makefile" ;; 9340 9341 "nanovis/newmat11/Makefile") CONFIG_FILES="$CONFIG_FILES nanovis/newmat11/Makefile" ;; … … 9349 9350 "vtkvis/Makefile") CONFIG_FILES="$CONFIG_FILES vtkvis/Makefile" ;; 9350 9351 "start_viz.sh") CONFIG_FILES="$CONFIG_FILES start_viz.sh" ;; 9352 "start_nanoscale.sh") CONFIG_FILES="$CONFIG_FILES start_nanoscale.sh" ;; 9351 9353 9352 9354 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; … … 9941 9943 fi 9942 9944 9943
Note: See TracChangeset
for help on using the changeset viewer.