Browse Source

add lines of code to config.h ... make me able to display these in the application

v0.1.8
Georg Hopp 12 years ago
parent
commit
c2cef2e616
  1. 3
      configure.ac

3
configure.ac

@ -76,6 +76,9 @@ AM_CFLAGS="${AM_CFLAGS} -DCONFIGDIR=\\\"${myetcdir}\\\""
AM_CFLAGS="${AM_CFLAGS} ${CFLAGS}"
AC_SUBST(AM_CFLAGS)
loc=`find src/ include/ -not -path testers -and -name "*.[[ch]]" -exec sed '/\/\*/,/\*\//d;/\/\//d' {} \; | wc -l`
AC_DEFINE_UNQUOTED([LOC], ["${loc}"], [Lines of code])
AC_CONFIG_FILES([assets/html/_documentation.html])
AC_CONFIG_FILES([Makefile

Loading…
Cancel
Save