--- configure.ac | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac index 2088fc8..344d214 100644 --- a/configure.ac +++ b/configure.ac @@ -11,10 +11,9 @@ dnl dnl -AC_INIT(src/WindowMaker.h) - +AC_INIT(WindowMaker, 0.94.0-crm) +AC_CONFIG_SRCDIR(src/WindowMaker.h) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE(WindowMaker, 0.94.0-crm) AM_CONFIG_HEADER(src/config.h) dnl Checks for host/os name -- 1.7.2.2.119.gf9c33 -- To unsubscribe, send mail to [email protected].
