1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00
elinks/autogen.sh
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

23 lines
324 B
Bash
Executable File

#!/bin/sh
echo acinclude.m4...
echo "dnl This is automatically generated from m4/ files! Do not modify!" > acinclude.m4
cat config/m4/*.m4 >> acinclude.m4
echo aclocal...
aclocal
echo autoheader...
autoheader
echo automake...
automake -a -c
echo autoconf...
autoconf
echo config.cache...
rm -f config.cache
echo done