View Issue Details

IDProjectCategoryView StatusLast Update
0000609FreeCADBugpublic2012-02-20 18:04
Reporterdjreichel Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version0.12 
Fixed in Version0.13 
Summary0000609: autogen.sh creates a file "71"
DescriptionIndex: free-cad.local/autogen.sh
===================================================================
--- free-cad.local/autogen.sh (revision 5436)
+++ free-cad.local/autogen.sh (working copy)
@@ -30,7 +30,7 @@
 if which glibtoolize > /dev/null 2>&1; then
        echo "calling glibtoolize"
        glibtoolize --force --copy
-elif which libtoolize > /dev/null 2>71; then
+elif which libtoolize > /dev/null 2>&1; then
        echo "calling libtoolize"
        libtoolize --force --copy
 else
Index: free-cad.local/CMakeLists.txt
===================================================================
--- free-cad.local/CMakeLists.txt (revision 5436)
+++ free-cad.local/CMakeLists.txt (working copy)
@@ -443,7 +443,6 @@
          "Makefile$"
          "\\\\.sh$"
          "_CPack_"
- "71"
          "config.h$"
          "config.log$"
          "config.status$"
TagsNo tags attached.
FreeCAD Information

Activities

wmayer

2012-02-20 18:04

administrator   ~0001641

Fixed in master a769aaf9ebe1f501e85cb1ab9f4d645a25d885a5

Issue History

Date Modified Username Field Change
2012-02-20 02:31 djreichel New Issue
2012-02-20 18:04 wmayer Note Added: 0001641
2012-02-20 18:04 wmayer Status new => closed
2012-02-20 18:04 wmayer Resolution open => fixed
2012-02-20 18:04 wmayer Fixed in Version => 0.13