[PATCH] network-manager-applet: autogen.sh broken



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]