summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-06-27 08:52:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-06-27 08:54:29 +0900
commitd7b04cfbc3b165ad4ff815b7661749a758163b04 (patch)
treea0d019486719ebb10cf6c9252ddac3c82de898cc
parent8b9c0d28fe084e8c7912a55f29052052edcfdd6e (diff)
downloadtdevelop-d7b04cfbc3b165ad4ff815b7661749a758163b04.tar.gz
tdevelop-d7b04cfbc3b165ad4ff815b7661749a758163b04.zip
Fixed simple C++ Hello World template project build. This resovles bug 2310.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98b2e203b7b7ef83dfeab84013f49b788631642b)
-rw-r--r--languages/cpp/app_templates/cpphello/cpp-Makefile.cvs6
1 files changed, 1 insertions, 5 deletions
diff --git a/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs b/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs
index d1607023..5f31aa25 100644
--- a/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs
+++ b/languages/cpp/app_templates/cpphello/cpp-Makefile.cvs
@@ -1,8 +1,4 @@
default: all
all:
- aclocal
- autoheader
- automake
- autoconf
-
+ autoreconf --install