Changeset 880 for trunk/configure.ac
- Timestamp:
- Nov 24, 2009, 1:39:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r874 r880 57 57 58 58 # Set default programming language 59 AC_LANG( C++)59 AC_LANG([C++]) 60 60 61 61 # propagate selected configure variables to DISTCHECK_CONFIGURE_FLAGS … … 82 82 AC_PATH_PROG([HELP2MAN], [help2man], [no]) 83 83 AM_CONDITIONAL([HAVE_HELP2MAN], [test x$HELP2MAN != xno]) 84 PKG_PROG_PKG_CONFIG([0.23]) # look for pkg-config 84 # look for pkg-config 85 PKG_PROG_PKG_CONFIG([0.23]) 85 86 86 87 # Save FLAGS … … 177 178 plplot_found="nolib" 178 179 fi], 179 plplot_found="noheader")180 [plplot_found="noheader"]) 180 181 181 182 # checking if we build in a subversion WC … … 200 201 [chmod +x test/check_repo_status.sh]) 201 202 202 #maintainer make rukes from yat project203 dnl maintainer make rukes from yat project 203 204 YAT_SVN_RELEASE 204 205 … … 311 312 AC_MSG_NOTICE([]) 312 313 313 AC_MSG_NOTICE([Now type 'make && makecheck'.])314 AC_MSG_NOTICE([Now type 'make all check'.])
Note: See TracChangeset
for help on using the changeset viewer.