Skip to content

Commit ab79b82

Browse files
committed
replace automake with autoreconf --install to work on both c6 and c7, as per request from Maria
1 parent e4ab270 commit ab79b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/esg-dashboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ setup_geoip() {
360360

361361
pushd ${geoip_dist_dir} >& /dev/null
362362
((force_install)) && (echo "Cleaning the source tree.. $(pwd) " && gmake clean && echo "[OK]" || echo "[FAIL]")
363-
automake
363+
autoreconf --install
364364
echo "./configure --prefix=${geoip_install_dir}"
365365
if ./configure --prefix=${geoip_install_dir} \
366366
&& make \
@@ -480,7 +480,7 @@ setup_dashboard_provider() {
480480

481481
pushd ${esgf_dashboard_ip_dist_dir}
482482
((force_install)) && (echo "Cleaning the source tree.. $(pwd) " && make clean && echo "[OK]" || echo "(Hmmm... not respecting \"make clean\" - eh, no worries)")
483-
automake
483+
autoreconf --install
484484
echo "./configure --prefix=${esgf_dashboard_ip_install_dir}"
485485
if ./configure --prefix=${esgf_dashboard_ip_install_dir} --with-postgres-path=${postgress_install_dir} --with-geoip-prefix-path=${geoip_install_dir} \
486486
&& make \

0 commit comments

Comments
 (0)