diff --git a/accerciser/aclocal.m4 b/accerciser/aclocal.m4 index b1ab774..b0553cb 100644 --- a/accerciser/aclocal.m4 +++ b/accerciser/aclocal.m4 @@ -57,8 +57,8 @@ dnl We go to great lengths to make sure that aclocal won't dnl try to pull in the installed version of these macros dnl when running aclocal in the glib directory. dnl -m4_copy([AC_DEFUN],[glib_DEFUN]) -m4_copy([AC_REQUIRE],[glib_REQUIRE]) +dnl m4_copy([AC_DEFUN],[glib_DEFUN]) +dnl m4_copy([AC_REQUIRE],[glib_REQUIRE]) dnl dnl At the end, if we're not within glib, we'll define the public dnl definitions in terms of our private definitions. diff --git a/accerciser/configure.in b/accerciser/configure.in index 886cf34..b2f796d 100644 --- a/accerciser/configure.in +++ b/accerciser/configure.in @@ -1,8 +1,8 @@ AC_INIT(Accerciser, 3.6.2, eitan@ascender.com, accerciser) AC_CONFIG_SRCDIR(src/accerciser.in) +AC_CONFIG_HEADERS([.]) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE([enable]) - YELP_HELP_INIT dnl == check for python ==