Hi. I con't even run configure

. Here is my console output:
[jsikorski@DOMOWY aMule-1.1.2]$ ./autogen.sh
to create the configure script I used:
- GNU Autoconf V2.57
- GNU Automake V1.7.2
- GNU gettext V0.11.5
You may be able to generate it with older versions but I didn't test it.
Setting up internationalization files
Running aclocal -I m4
Running automake m4/Makefile
Running automake --foreign -a
configure.in: 5: required file `./[config.h].in' not found
Makefile.am:1: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS
automake: Makefile.am: AM_GNU_GETTEXT in `configure.in' but `ALL_LINGUAS' not defined
Running autoheader
Running autoconf
autoconf: Undefined macros:
configure.in:108:AC_FUNC_MALLOC
configure.in:110:AC_FUNC_MKTIME
configure.in:112:AC_FUNC_STAT
configure.in:187:AC_CONFIG_FILES([src/Makefile po/Makefile.in m4/Makefile Makefile Compilation.flags])
configure.in:4:AC_CONFIG_SRCDIR([src/SharedFileList.h])
[jsikorski@DOMOWY aMule-1.1.2]$ ./configure
configure: error: can not find sources in . or ..
And here is the output of get-info.sh
I. Development Environment
A. Compiler Info
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
B. wxWindows Info
Version: 2.4.2
-L/usr/local/lib -pthread -lwx_gtk-2.4
C. GTK Info
GTK 1: 1.2.10
GTK 2: 2.2.4
II. System Environment
A. CPU Info
Type: GenuineIntel
Model: Intel(R) Pentium(R) 4 CPU 1600MHz
Speed: 1614.402
BMips: 3224.37
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
B. Memory Info
Total: 644844 kB
Unused: 74936 kB
C. Kernel Info
Version: 2.4.22-21mdk
D. Library Info
wxWindows library: libwx_gtk-2.4.so (libc6) => /usr/local/lib/libwx_gtk-2.4.so
Please help.