Skip to content
Snippets Groups Projects
Commit be970cd4 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/genom3-ros] Import important upstream fix

Fix a fatal issue in server/configure.ac.

Bump PKGREVISION.
parent cb2255d8
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# Created: Anthony Mallet on Fri, 19 Oct 2012 # Created: Anthony Mallet on Fri, 19 Oct 2012
# #
PKGREVISION= 1
DISTNAME= genom3-ros-1.0 DISTNAME= genom3-ros-1.0
CATEGORIES= architecture CATEGORIES= architecture
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genom3-ros/} MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genom3-ros/}
......
SHA1 (genom3-ros-1.0.tar.gz) = 7b73f915d4fe1ba02e7b5111ec8cb04d423cd3f7 SHA1 (genom3-ros-1.0.tar.gz) = 7b73f915d4fe1ba02e7b5111ec8cb04d423cd3f7
RMD160 (genom3-ros-1.0.tar.gz) = a2b2c2f1b60931d41b7d321aa19068cd9e28f248 RMD160 (genom3-ros-1.0.tar.gz) = a2b2c2f1b60931d41b7d321aa19068cd9e28f248
Size (genom3-ros-1.0.tar.gz) = 370508 bytes Size (genom3-ros-1.0.tar.gz) = 370508 bytes
SHA1 (patch-aa) = 0e2feb03233199d9a632cbdc07c7350c002b3a2c
diff --git a/server/ros.configure.ac b/server/ros.configure.ac
index 8ef52a4..abdb939 100644
--- server/ros.configure.ac
+++ server/ros.configure.ac
@@ -41,7 +41,7 @@ dnl Autoconf setup
AC_INIT([<"$name">-genom],[<"$version">],[<"$email">])
AC_PREREQ(2.62)
AC_CONFIG_HEADERS([autoconf/acheader.h])
-AC_CONFIG_SRCDIR([genom_<"$name">/manifest.xml])
+AC_CONFIG_SRCDIR([<"$name">/manifest.xml])
AC_CONFIG_AUX_DIR([autoconf])
AC_CONFIG_MACRO_DIR([autoconf])
AM_INIT_AUTOMAKE([foreign no-define])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment