You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 4 Jun 2012 at 3:55
Original issue reported on code.google.com by
[email protected]
on 4 Jun 2012 at 3:55Attachments:
The text was updated successfully, but these errors were encountered: