update-install.sh - enscript - GNU Enscript
(HTM) git clone git://thinkerwim.org/enscript.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
update-install.sh (518B)
---
1 sed -i '/AC_FUNC_ALLOCA/a dnl its save to say that in 2023 all compilers support prototypes\nAC_DEFINE([PROTOTYPES], [1], [Define to 1 if your compiler supports function prototypes.])' configure.ac
2 sed -i '/AM_GNU_GETTEXT$/c AM_GNU_GETTEXT([external])' configure.ac
3 sed -i 's/intl\/Makefile//' configure.ac
4 sed -i 's/po\/Makefile.in//' configure.ac
5 sed -i 's/po\/Makefile//' configure.ac
6 sed -i 's/intl//' Makefile.am
7 sed -i '/include/a #include<langinfo.h>' src/util.c
8 gettextize
9 aclocal -I m4
10 autoreconf --install
11