This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
eudev
Watch
1
Star
0
Fork
0
You've already forked eudev
mirror of
https://github.com/AuxXxilium/eudev.git
synced
2024-11-23 23:10:57 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
754c98e8df
eudev
/
autogen.sh
8 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
build-sys: really make gtk-doc optional & some portability fixes The failing check caused autogen.sh to die mysteriously due to `set -e` and the unquoted `test -z $VAR`. Also, some syntax fixes to make it work with /bin/sh, which most other autogen.sh's use. [zj: implemented simplification suggested by Peters Simon and fixed the case where gtkdocize was available but is not anymore.]
2012-07-26 02:39:17 +07:00
#!/bin/sh
build: basic autoconfization
2010-02-03 20:21:48 +07:00
autogent: request automake 1.13 for gentoo Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
2015-05-26 22:43:54 +07:00
export
WANT_AUTOMAKE
=
1.13
autogen: cleanup Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2012-11-17 23:09:29 +07:00
autoreconf -f -i
man: ship pre-build man pages This addresses https://github.com/gentoo/eudev/issues/98 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
2014-11-01 07:12:39 +07:00
cd
man
./make.sh
Reference in New Issue
Copy Permalink