Changeset 1270
- Timestamp:
- Apr 23, 2009 11:53:41 PM (12 years ago)
- Location:
- ThirdParty/Metis/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Metis/trunk/Makefile.am
r1265 r1270 87 87 88 88 # Files that are generated and should be cleaned with make distclean 89 DISTCLEANFILES = $(MAKEOKFILE) 89 DISTCLEANFILES = $(MAKEOKFILE) strings.h 90 90 91 91 include ../../BuildTools/Makemain.inc -
ThirdParty/Metis/trunk/Makefile.in
r1265 r1270 314 314 315 315 # Files that are generated and should be cleaned with make distclean 316 DISTCLEANFILES = $(MAKEOKFILE) $(am__append_2) $(VPATH_DISTCLEANFILES) 316 DISTCLEANFILES = $(MAKEOKFILE) strings.h $(am__append_2) \ 317 $(VPATH_DISTCLEANFILES) 317 318 DocFiles = README AUTHORS LICENSE 318 319 DocInstallDir = $(prefix)/share/doc/coin/$(PACKAGE_NAME) -
ThirdParty/Metis/trunk/configure
r1265 r1270 19956 19956 19957 19957 19958 # We need to create a dummy header file for Windows 19959 echo "$as_me:$LINENO: checking whether we need to create a dummy strings.h file" >&5 19960 echo $ECHO_N "checking whether we need to create a dummy strings.h file... $ECHO_C" >&6 19961 if test $ac_cv_header_strings_h = no; then 19962 echo "$as_me:$LINENO: result: yes" >&5 19963 echo "${ECHO_T}yes" >&6 19964 touch strings.h 19965 else 19966 echo "$as_me:$LINENO: result: no" >&5 19967 echo "${ECHO_T}no" >&6 19968 fi 19969 19958 19970 METISDIR=metis-4.0 19959 19971 -
ThirdParty/Metis/trunk/configure.ac
r1265 r1270 67 67 AM_CONDITIONAL(SKIPMAKE, test -z "$MAKEOKFILE") 68 68 69 # We need to create a dummy header file for Windows 70 AC_MSG_CHECKING([whether we need to create a dummy strings.h file]) 71 if test $ac_cv_header_strings_h = no; then 72 AC_MSG_RESULT([yes]) 73 touch strings.h 74 else 75 AC_MSG_RESULT([no]) 76 fi 77 69 78 METISDIR=metis-4.0 70 79 AC_SUBST(METISDIR)
Note: See TracChangeset
for help on using the changeset viewer.