You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/f_gawk_build.sh
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,9 @@ fi
61
61
if [[ -z$SKIP_STEP||$SKIP_STEP=="bootstrap" ]];then
62
62
gnulib_add_addl_modules_to_bootstrap;
63
63
gnulib_ensure_buildaux_scripts_copied;
64
+
libtoolize --install --verbose #this is normally part of autoreconf to install the build-aux we removed earlier like ltmain.sh as we need the right version while bootstrap will run autoreconf it wont do the install at the parent dir level. We also want this run before the bootstrap so as to not override gnulibs installs
64
65
setup_gnulibtool_py_autoconfwrapper #needed for generated .mk/.ac files but if just stock then the below line likely works
0 commit comments