Skip to content

Commit

Permalink
usystem/dash: run autogen.sh while setting up build
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shkenev <[email protected]>
  • Loading branch information
petershh authored and heatd committed Jul 25, 2024
1 parent 8ead873 commit 7c3690e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9,069 deletions.
5 changes: 5 additions & 0 deletions scripts/setup_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@ fi

touch -r dash/ -c dash/*

# Setup autotools aux files
cd dash
./autogen.sh
cd ..

cd ..

6 changes: 3 additions & 3 deletions usystem/dash/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# generated by autogen.sh
Makefile.in
/aclocal.m4
aclocal.m4
/autom4te.cache/
compile
/config.h.in
/configure
config.h.in
configure
depcomp
install-sh
missing
Expand Down
Loading

0 comments on commit 7c3690e

Please sign in to comment.