zhouweidong / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

how to install oauth ? #227

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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: