tidyp icon indicating copy to clipboard operation
tidyp copied to clipboard

Cannot install

Open kw005 opened this issue 8 years ago • 3 comments

#./configure.ac

./configure.ac: line 3: syntax error near unexpected token `[tidyp],[1.04],[[email protected]]'
./configure.ac: line 3: `AC_INIT([tidyp],[1.04],[[email protected]])'

Any ideas for help?

kw005 avatar Nov 24 '17 11:11 kw005

You don't run the configure.ac file. That's for autoconf to use. Run the acgo script. Make sure you have aclocal, autoconf and automake installed.

Are you looking to use the Perl HTML::Tidy module?

petdance avatar Nov 24 '17 14:11 petdance

Yes, I want to use HTML::Tidy. Any hint here?

kw005 avatar Nov 24 '17 16:11 kw005

Did you try running the script I said?

On Nov 24, 2017, at 10:00 AM, kw005 [email protected] wrote:

Yes, I want to use HTML::Tidy. Any hint here?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

petdance avatar Nov 24 '17 16:11 petdance