From dfb888d3ef170cf0f81a0836cb28b9017f6549e4 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Wed, 26 Apr 2006 17:20:26 +0000 Subject: [PATCH] Changed to check for file include/micasa.h instead of a file from the auth_token folder since micasa.h is very unlikely to be moved. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 12b91af4..c2104a0e 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ # ####################################################################### -AC_INIT(auth_token/linux/auth_token.c) +AC_INIT(include/micasa.h) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE(CASA, 1.6.487) RELEASE=`date +%Y%m%d_%H%M`