[gnome-lirc-properties] Fix autogen.sh to not look for glade files
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-lirc-properties] Fix autogen.sh to not look for glade files
- Date: Sat, 22 May 2010 13:28:34 +0000 (UTC)
commit 27b1c8f3e47cd9b8c15aaceffa44c0134b03d2dc
Author: Bastien Nocera <hadess hadess net>
Date: Sat May 22 14:28:01 2010 +0100
Fix autogen.sh to not look for glade files
https://bugzilla.gnome.org/show_bug.cgi?id=619360
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 8a2288c..dddc9c3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ REQUIRED_AUTOMAKE_VERSION=1.10
if ! (test -f "$srcdir/configure.ac" &&
test -f "$srcdir/bin/gnome-lirc-properties.in" &&
- test -f "$srcdir/data/gnome-lirc-properties.glade" &&
+ test -f "$srcdir/data/gnome-lirc-properties.ui" &&
test -f "$srcdir/data/gnome-lirc-properties.desktop.in.in")
then
echo "$srcdir doesn't look like source directory for $PKG_NAME" >&2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]