Friday, May 3, 2024
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 21128  / 1 Year ago, mon, january 9, 2023, 3:04:35

I tried to install utimer (https://launchpad.net/utimer) by following the below steps.



$ tar -zvxf utimer-0.4.tar.gz
$ cd utimer-0.4
/utimer-0.4$ ./configure
/utimer-0.4$ ls
aclocal.m4 autogen.sh config.h.in configure COPYING depcomp INSTALL Makefile.am Makefile.in mkinstalldirs po README.in
AUTHORS ChangeLog config.log configure.ac data Doxyfile install-sh Makefile.decl missing NEWS README src
/utimer=0.4$ make
make: *** No targets specified and no makefile found.


How shall I proceed?



Also tried,



/utimer-0.4$ ./autogen.sh
========= Preparing uTimer ============
======== Running autoreconf ===========
./autogen.sh: line 3: autoreconf: command not found


Installed autoconf. It installed 4 new packages - autoconf automake autotools-dev m4



But I get another error.



========= Preparing uTimer ============
======== Running autoreconf ===========
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
aclocal: couldn't open directory `m4': No such file or directory
autoreconf: aclocal failed with exit status: 1


How should one proceed when 'makefile' is not generated?



Thanks.


More From » installation

 Answers
2

try install autoreconf by following:



sudo apt-get install autoconf

[#39185] Tuesday, January 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ameatoes

Total Points: 321
Total Questions: 106
Total Answers: 112

Location: Belarus
Member since Sat, Jul 18, 2020
4 Years ago
;