diff --git a/installing_deps.sh b/installing_deps.sh index c681249b..996d0dfb 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -72,6 +72,7 @@ popd # pgpdump test ! -d pgpdump && git clone https://github.com/kazu-yamamoto/pgpdump.git pushd pgpdump/ +autoreconf -fiW all ./configure make sudo make install