Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 270 Bytes

autogen.sh

File metadata and controls

executable file
·
12 lines (10 loc) · 270 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
#!/bin/sh
#
Feb 19, 2006
Feb 19, 2006
3
echo "Generating build information using autoconf"
Apr 26, 2001
Apr 26, 2001
4
5
6
echo "This may take a while ..."
# Regenerate configuration files
Feb 19, 2006
Feb 19, 2006
7
8
cp acinclude.m4 aclocal.m4
autoconf
Feb 20, 2006
Feb 20, 2006
9
(cd test; sh autogen.sh)
Apr 26, 2001
Apr 26, 2001
10
11
12
# Run configure for this platform
echo "Now you are ready to run ./configure"