ctags uses custom autogen.sh script (#27229)
This commit is contained in:
parent
0b4b731479
commit
178e15c39d
@ -26,3 +26,6 @@ class UniversalCtags(AutotoolsPackage):
|
||||
depends_on('m4', type='build')
|
||||
depends_on('libiconv', type='link')
|
||||
depends_on('pkgconfig', type='build')
|
||||
|
||||
def autoreconf(self, spec, prefix):
|
||||
which('bash')('autogen.sh')
|
||||
|
Loading…
Reference in New Issue
Block a user