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: bin/esg-dashboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ setup_geoip() {
360
360
361
361
pushd${geoip_dist_dir}>& /dev/null
362
362
((force_install))&& (echo "Cleaning the source tree.. $(pwd)"&& gmake clean &&echo"[OK]"||echo"[FAIL]")
363
-
automake
363
+
autoreconf --install
364
364
echo"./configure --prefix=${geoip_install_dir}"
365
365
if ./configure --prefix=${geoip_install_dir} \
366
366
&& make \
@@ -480,7 +480,7 @@ setup_dashboard_provider() {
480
480
481
481
pushd${esgf_dashboard_ip_dist_dir}
482
482
((force_install))&& (echo "Cleaning the source tree.. $(pwd)"&& make clean &&echo"[OK]"||echo"(Hmmm... not respecting \"make clean\" - eh, no worries)")
0 commit comments