From 5f99f9e08972bf33007e5b6e41bdd8db1f55ebc7 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 23 Apr 2011 19:15:28 +0200 Subject: [PATCH] Add missing BUILDSYS_INIT to example configure.ac. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index ef9bc49..b0744d7 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,8 @@ dnl If your program uses plugins and should run on win32 as well, you need to dnl uncomment the following line dnl BUILDSYS_PROG_IMPLIB +dnl We need this in order to run some initialization needed by the buildsys +BUILDSYS_INIT dnl You need to call this to generate the .deps files required by the buildsys. BUILDSYS_TOUCH_DEPS