arc-theme icon indicating copy to clipboard operation
arc-theme copied to clipboard

./autogen.sh: 10: ./autogen.sh: autoreconf: not found

Open amingarro opened this issue 7 years ago • 7 comments

$ ./autogen.sh --prefix=/usr $ ./autogen.sh: 10: ./autogen.sh: autoreconf: not found

autogen.sh missing on this branch

amingarro avatar Jun 29 '17 11:06 amingarro

autogen.sh is still there if you look at the files in the code tab. It sounds like you're missing whatever package provides autoreconf for your distribution. If you're on Ubuntu then this would be the autoconf package. Additional dependencies are shown in the readme under "Manual Installation"

alexwaibel avatar Jul 03 '17 16:07 alexwaibel

@amingarro It looks like you have not installed the autoreconf package. If you are using ubuntu, you can install with the following command: sudo apt-get install dh-autoreconf

dcorrea777 avatar Jul 22 '17 15:07 dcorrea777

Installing automake solved for me.

luca-drf avatar Sep 13 '17 01:09 luca-drf

Good,Very Thanks

xhzren avatar Nov 03 '17 11:11 xhzren

@danilosilva87 dh-autoreconf is meant to be used together with debhelper. It should be enough to install autoconf and automake.

thopiekar avatar Feb 09 '18 16:02 thopiekar

Thanks!

amingarro avatar Aug 20 '21 22:08 amingarro

@dcorrea777 thanks

SoulNaturalist avatar Aug 19 '23 03:08 SoulNaturalist