Browse Source

add build dir as macro definition to daemonze.c thus been able to chdir there so that all assets would be found.

release0.1.5
Georg Hopp 13 years ago
parent
commit
ea6482c7f7
  1. 3
      configure.ac

3
configure.ac

@ -19,6 +19,9 @@ AC_SUBST(COVERAGE_CFLAGS)
AC_SUBST(COVERAGE_CXXFLAGS) AC_SUBST(COVERAGE_CXXFLAGS)
AC_SUBST(COVERAGE_LDFLAGS) AC_SUBST(COVERAGE_LDFLAGS)
PWD=$(/bin/pwd)
AC_SUBST(PWD)
# Checks for programs. # Checks for programs.
AC_PROG_CXX AC_PROG_CXX
AC_PROG_CC AC_PROG_CC

Loading…
Cancel
Save