From 5c854993e0e16a0811c1cb30a42b8112e07933c0 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Fri, 11 Sep 2009 13:51:54 +0000
Subject: [PATCH] Bug 1403: Fixed bootstrap scripts after directory move.

---
 LCU/Firmware/tools/bootstrap | 2 +-
 LCU/StationTest/bootstrap    | 2 +-
 LCU/StationTest/configure.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LCU/Firmware/tools/bootstrap b/LCU/Firmware/tools/bootstrap
index fd49f5826a5..06f18cde1db 100755
--- a/LCU/Firmware/tools/bootstrap
+++ b/LCU/Firmware/tools/bootstrap
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-../../autoconf_share/bootstrap ../../autoconf_share
+../../../autoconf_share/bootstrap ../../../autoconf_share
diff --git a/LCU/StationTest/bootstrap b/LCU/StationTest/bootstrap
index be0aa5082f7..fd49f5826a5 100755
--- a/LCU/StationTest/bootstrap
+++ b/LCU/StationTest/bootstrap
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-../autoconf_share/bootstrap ../autoconf_share
+../../autoconf_share/bootstrap ../../autoconf_share
diff --git a/LCU/StationTest/configure.in b/LCU/StationTest/configure.in
index 8beb0102089..3d7a4b3d7c8 100644
--- a/LCU/StationTest/configure.in
+++ b/LCU/StationTest/configure.in
@@ -1,6 +1,6 @@
 AC_INIT(README.txt)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(Station, 1.0, no-define)
+AM_INIT_AUTOMAKE(StationTest, 1.0, no-define)
 
 AC_PROG_LIBTOOL
 
-- 
GitLab