Gentoo squidguard ebuild is making autoconf before configure, but
but at 1.3 distfile
configure
String 5601
ac_config_files="$ac_config_files Makefile src/Makefile src/sgDiv.c src/sg.h
src/sg.y doc/Makefile test/Makefile test/test1.conf test/test2
.conf samples/Makefile samples/sample.conf samples/squidGuard.cgi
samples/squidGuard-simple.cgi samples/squidGuard-simple-de.cgi contrib/Ma
kefile contrib/squidGuardRobot/squidGuardRobot contrib/sgclean/sgclean
contrib/hostbyname/hostbyname"
src/sg.y here
configure.in
String 299
AC_OUTPUT(Makefile src/Makefile src/sg.h doc/Makefile test/Makefile
test/test1.conf test/test2.conf samples/Makefile samples/sample.conf sa
mples/squidGuard.cgi samples/squidGuard-simple.cgi contrib/Makefile
contrib/squidGuardRobot/squidGuardRobot contrib/sgclean/sgclean contrib
/hostbyname/hostbyname)
src/sg.y missing
Summary of it: sg.y doesn't found and used, regex feature is broken, ldap
feature, as i think, is broken too.
Reproducible: Always
Steps to Reproduce:
emerge squidguard ;]
Actual Results:
bison -y -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h)
bison: не удается открыть файл `sg.y': Нет такого
файла или каталога
bison -y -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h)
bison: не удается открыть файл `sg.y': Нет такого
файла или каталога
(sg.y not found, sorry for messages at russian locale)
Expected Results:
bison -y -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h)
bison -y -d sg.y || (cp y.tab.c.bison y.tab.c && cp y.tab.h.bison y.tab.h)