[gnome-games] Don't use "$(top_srcdir)" in SHAVE_INIT
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] Don't use "$(top_srcdir)" in SHAVE_INIT
- Date: Mon, 1 Jun 2009 18:58:25 -0400 (EDT)
commit 6b52c1bb51ea135d2486904a1bcc62fd550b4669
Author: Christian Persch <chpe gnome org>
Date: Mon Jun 1 23:21:14 2009 +0200
Don't use "$(top_srcdir)" in SHAVE_INIT
Fixes "../../configure: line 1: top_srcdir: command not found" error.
Plus, it was wrong anyway.
---
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in
index 08c632c..ba2857a 100644
--- a/configure.in
+++ b/configure.in
@@ -981,7 +981,7 @@ AC_SUBST([AM_LDFLAGS])
##############################################
##############################################
-SHAVE_INIT([$(top_srcdir)], [enable])
+SHAVE_INIT([],[enable])
AC_CONFIG_FILES([
Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]