wmkhoo / taintgrind

A taint-tracking plugin for the Valgrind memory checking tool
GNU General Public License v2.0
249 stars 42 forks source link

./configure doesn't work #1

Closed msoos closed 9 years ago

msoos commented 10 years ago

Hey, I got this error when running configure on a Ubuntu 12.04.03 LTS:

$ ./configure 
./configure: line 2354: syntax error near unexpected token `foreign'
./configure: line 2354: `AM_INIT_AUTOMAKE(foreign)'
msoos commented 10 years ago

By the way,

$ autoreconf -i

fixed the issue. After that, I could issue

$ ./configure

and all worked fine

wmkhoo commented 10 years ago

I've deleted Makefile.in. Does that solve the problem? It should be auto-generated.