[PATCH] network-manager-applet: autogen.sh broken
- From: Helmut Schaa <hschaa suse de>
- To: networkmanager-list gnome org
- Subject: [PATCH] network-manager-applet: autogen.sh broken
- Date: Thu, 6 Sep 2007 08:25:39 +0200
Hi,
"autogen.sh" (for network-manager-applet) is still checking
for "src/applet-dbus.c" to verify if the current directory is top level.
Using the attached patch "applet.c" is used for checking as "applet-dbus.c"
was removed a while ago.
Please commit to trunk.
Thanks,
Helmut
Index: autogen.sh
===================================================================
--- autogen.sh (Revision 143)
+++ autogen.sh (Arbeitskopie)
@@ -7,7 +7,7 @@
PKG_NAME=nm-applet
(test -f $srcdir/configure.ac \
- && test -f $srcdir/src/applet-dbus.c) || {
+ && test -f $srcdir/src/applet.c) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]