summaryrefslogtreecommitdiffabout
path: root/configure.ac
authorMichael Krelin <hacker@klever.net>2007-09-11 22:01:00 (UTC)
committer Michael Krelin <hacker@klever.net>2007-09-11 22:01:00 (UTC)
commit2c6565f363527142928062afe3d3101fdbb3c550 (patch) (side-by-side diff)
tree7f5b26dad9a2870897ab4e63285fee4516881224 /configure.ac
parent5c41d9c975fc80495eebb0ac2cf062bf20c62d86 (diff)
downloadlibopkele-2c6565f363527142928062afe3d3101fdbb3c550.zip
libopkele-2c6565f363527142928062afe3d3101fdbb3c550.tar.gz
libopkele-2c6565f363527142928062afe3d3101fdbb3c550.tar.bz2
a quick set of tests for retrieve_links machinery
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'configure.ac') (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eb3f4d6..2094273 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,11 +82,14 @@ AC_ARG_ENABLE([postels-law],
)
$postels_law && AC_DEFINE([POSTELS_LAW],,[defined if we want to adhere to Postel's Law])
+AC_DEFINE_UNQUOTED([OPKELE_SRC_DIR],["$PWD"],[source directory])
+
AC_CONFIG_FILES([
Makefile
libopkele.pc
Doxyfile
include/Makefile
lib/Makefile
+ test/Makefile
])
AC_OUTPUT