components/tcl/expect/Makefile
changeset 5475 8ed6e5dc51bc
parent 5066 7e7b4d607ab6
child 5682 94c0ca64c022
--- a/components/tcl/expect/Makefile	Wed Feb 17 22:18:42 2016 -0800
+++ b/components/tcl/expect/Makefile	Thu Feb 18 18:29:18 2016 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -44,6 +44,7 @@
 SCRIPTS = timed-run timed-read ftp-rfc autopasswd lpunlock weather \
           passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz \
           tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect multixterm
+COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv); 
 
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D))