From 102a53543fa88ef7cd5c5b6b310943ae1859c857 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 1 Jun 2016 22:27:36 -0400
Subject: [PATCH] port e885ea38fbe6f09d5ba38d5275444daf12077aa6 from Pd-l2ork:
 added redundant aclocal and autoconfig for the pd folder

---
 l2ork_addons/tar_em_up.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 2735f5e43..d233d05c1 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -242,7 +242,8 @@ then
 		cd Gem/
 		export INCREMENTAL="yes"
 	fi
-	cd ../packages/linux_make
+	cd ../pd/src && aclocal && autoconf
+	cd ../../packages/linux_make
 	if [ $full -gt 1 -o $deb -eq 2 ]
 	then
 		make distclean
-- 
GitLab