Skip to content

Commit c7ab562

Browse files
committed
setup-projects.sh: Don't pass NO_CONFIGURE=1 to autogen
NO_CONFIGURE=1 is explicitly set in the autogen script. Hence, there is no point in passing it to the script. In the autogen script there is: ``` for p in $projects do (cd $BASEDIR/$p && NO_CONFIGURE=1 ./autogen.sh) || false done ``` Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 497ddc2 commit c7ab562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup-projects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454
)
5555

5656
# packages needed for autogen are installed in setup.sh
57-
NO_CONFIGURE=1 PROJECT=nova ./buildscripts/build-scripts/autogen
57+
PROJECT=nova ./buildscripts/build-scripts/autogen
5858

5959
# remove unwanted dependencies
6060
sudo apt-get -qy purge libltdl-dev libltdl7 #libtool

0 commit comments

Comments
 (0)