Marcos Vives Del Sol <socram8888@...> writes: > This script is called using m4_esyscmd_s from configure.ac line 6: > ----------------- > AC_INIT([libsass], m4_esyscmd_s([./version.sh]), [support@...]) > ----------------- > to set the library version at compile time. Then configure uses it to > generate the version.h file.
Make a patch for configure.ac and add it to PATCH_URI, then. That will patch in origsrc/ and hence not produce a libsass.src.patch file later on. Based on the way configure is supposed to be working it seems that either the tarball you're using is incomplete (did you use a Git snapshot?) or they forgot to package the VERSION file. Regards, Achim.