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
b12d30e7d2
eudev
/
autogen.sh
7 lines
56 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
autotools: make autogen.sh exit on failure
2021-09-29 01:27:23 +07:00
set
-xe
configure.ac: use automake 1.11
2016-02-29 05:31:02 +07:00
autoreconf -f -i -s
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