Skip to content

Commit

Permalink
Change *.sh EOL.
Browse files Browse the repository at this point in the history
  • Loading branch information
bossiel committed Aug 19, 2013
1 parent 85fe45c commit 9f91165
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions autogen.sh
@@ -1,22 +1,22 @@
echo libtoolize
if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
then
glibtoolize --copy --force
else
libtoolize --copy --force
fi

echo "aclocal"
aclocal

echo "autoheader"
autoheader

echo "create NEWS, README, AUTHORS and ChangeLog"
touch NEWS README AUTHORS ChangeLog

echo "autoreconf"
autoreconf -i

echo "automake"
echo libtoolize
if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
then
glibtoolize --copy --force
else
libtoolize --copy --force
fi

echo "aclocal"
aclocal

echo "autoheader"
autoheader

echo "create NEWS, README, AUTHORS and ChangeLog"
touch NEWS README AUTHORS ChangeLog

echo "autoreconf"
autoreconf -i

echo "automake"
automake -a

0 comments on commit 9f91165

Please sign in to comment.