Code: Select all
$ autoreconf -i
and then
Code: Select all
$ ./configure --disable editor
Is there a way to get back to the pristine state so that the generated files are no longer there and you can pull without thinking that some merge conflict or something may happen.