Bug 480 - undefined KDE releated macro in configure.ac
Status:
RESOLVED FIXED
Component:
Build-Env
Version:
1.8.0
Hardware:
PC Linux
Importance:
P2 major
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Sep 17 2005 15:37:42 UTC
by:
Marcin Garski
Modified:
Aug 20 2006 15:06:32 UTC
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Rob Caelers | Aug 20 2006 15:06:32 UTC | status | NEW | RESOLVED |
| resolution | FIXED |
Description
Marcin Garski Sep 17 2005 15:37:42 UTC
Workrave 1.8.1, when I run 'autoreconf --force' (autoconf-2.59) I get below errors:
configure.ac:336: error: possibly undefined macro: AC_BASE_PATH_KDE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:345: error: possibly undefined macro: AC_PATH_KDE
configure.ac:349: error: possibly undefined macro: AC_CHECK_KDEMAXPATHLEN
Indeed there are no definitions of AC_BASE_PATH_KDE, AC_PATH_KDE,
AC_CHECK_KDEMAXPATHLEN also KDE_USE_QT. You should probably put this definitions
in acinclude.m4 file.Comment 1
Rob Caelers Aug 20 2006 15:06:32 UTC
Oops. m4/kde.m4 is missing in the tarball. Added.