diff --git a/LCU/Firmware/tools/bootstrap b/LCU/Firmware/tools/bootstrap index fd49f5826a5501fdb92c129384c66f2835f940ac..06f18cde1dbfd6912ef7d927c4d35d25c7137a62 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 be0aa5082f702905c4cb89db7d6df5b590303556..fd49f5826a5501fdb92c129384c66f2835f940ac 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 8beb010208954d86e573bff0082111674334b155..3d7a4b3d7c829ae0b6b69dccdd6d4291dcd5174f 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