dhagz/oauth

how to install oauth ?

Opened this issue · 0 comments

What steps will reproduce the problem?
1. I checkout the source code ,cd the c source code dir
2. I write the autogen.sh (because I don't know how to install,so I write 
autogen.sh file)
   the autogen.sh file content is 
       #!/bin/sh

      aclocal
      libtoolize --automake
      automake -a
      autoconf


3. sh autogen.sh ,then ./configure but failed

checking for doxygen... no
checking for dot... no
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'




Original issue reported on code.google.com by fuyou...@gmail.com on 4 Jun 2012 at 3:55

Attachments: