comparison mcabber/autogen.sh @ 546:35f5c8738b55

autogen.sh: use sh instead of bash
author Mikael Berthe <mikael@lilotux.net>
date Sun, 27 Nov 2005 00:17:51 +0100
parents 9a6ba4b38e63
children
comparison
equal deleted inserted replaced
545:9b6e3e5779b0 546:35f5c8738b55
1 #!/bin/bash 1 #! /bin/sh
2 2
3 libtoolize --force --automake --copy 3 libtoolize --force --automake --copy
4 aclocal -I macros/ 4 aclocal -I macros/
5 autoheader 5 autoheader
6 autoconf 6 autoconf