2006-11-20 08:58:29 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
2006-12-07 16:12:44 +00:00
|
|
|
${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAGS
|
2006-11-20 08:58:29 +00:00
|
|
|
${AUTOHEADER:-autoheader}
|
|
|
|
${AUTOCONF:-autoconf}
|
|
|
|
${AUTOMAKE:-automake} --add-missing
|