[Bug 67640] New: C++ project, simple Hello project, aclocal fails due to the missing macro

Iztok Kobal iztok.kobal at sysen.si
Sun Nov 9 10:20:05 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=67640     
           Summary: C++ project, simple Hello project, aclocal fails due to
                    the missing macro
           Product: kdevelop
           Version: 3.0.0b1
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: iztok.kobal at sysen.si


Version:           3.0.0b1 (using KDE 3.1.93 (CVS >= 20031028), compiled sources)
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:          Linux (i686) release 2.4.18-4GB

using autoconf-2.57, automake-1.7.8

Create simple C++ hello project with appwizard

Run auto....friends:
make -f Makefile.cvs

aclocal
aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library
make: *** [all] Error 1

dnl-ing the line 8 of the configure.in solves the problem - project builds, but without libtool, of course.




More information about the KDevelop-devel mailing list