mirror of https://github.com/BOINC/boinc.git
Wrong include directory in _autosetup
There is no need to specify the include directory at all, autoreconf can figure it out from configure.ac. git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@2230 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
bba4e934ed
commit
8e0c75ade0
|
@ -1,6 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
AUTORECONF=autoreconf
|
||||
|
||||
gtkdocize --copy
|
||||
$AUTORECONF -I m4 -i -s
|
||||
autoreconf --install --force --symlink
|
||||
|
|
Loading…
Reference in New Issue