autogen.sh - libcdio.git - libcdio

index : libcdio.git
libcdio
summary refs log tree commit diff
path: root/autogen.sh
blob: 408af0ad5c5b7c59c42eb47b7af18aa0e6204ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
# Additional options go to configure.
# For OpenBSD
export AUTOCONF_VERSION=2.69
export AUTOMAKE_VERSION=1.15
echo "Rebuilding ./configure with autoreconf..."
autoreconf -f -i
if [ $? -ne 0 ]; then
 echo "autoreconf failed"
 exit $?
fi
./configure --enable-maintainer-mode "$@"
(cd doc && make)
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月06日 07:23:21 +0000

AltStyle によって変換されたページ (->オリジナル) /