Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9696930
autogen.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
858 B
Subscribers
None
autogen.sh
View Options
#!/bin/sh
# Created 2005-03-27, Karl Berry. Public domain.
if
test
"x
$1
"
=
x-n
;
then
chicken
=
true
echo
"Ok, playing chicken; not actually running any commands."
else
chicken
=
fi
echo
"Preparing CVS Hello infrastructure:"
# This overwrites lots of files with older versions, so don't use it.
# I keep the newest versions of files common between distributions up to
# date in CVS, using gnulib-tool, because it's not trivial for every
# developer to do this.
#cmd="autoreconf --verbose --force --install --include=gnulib/m4"
:
${
ACLOCAL
=aclocal
}
:
${
AUTOHEADER
=autoheader
}
:
${
AUTOMAKE
=automake
}
:
${
AUTOCONF
=autoconf
}
# So instead:
cmd
=
"
$ACLOCAL
-I gnulib/m4 &&
$AUTOCONF
&&
$AUTOHEADER
&&
$AUTOMAKE
"
echo
"
$cmd
"
$chicken
eval
$cmd
||
exit
1
echo
echo
"Now run configure with your desired options, for instance:"
echo
" ./configure CFLAGS=-g"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Aug 18, 10:12 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3401413
Attached To
R123 Je suis GPL
Event Timeline
Log In to Comment