diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-24 14:11:35 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-24 14:11:35 +0000 |
commit | 7cf24682635dd2cb0726b242d2fa3e3537799cc7 (patch) | |
tree | 1dc7151a30820a59266d3c450115ba65fdea5852 /configure | |
parent | 71e8f92b57c9a8f5fd332babac035cd70acdaa86 (diff) |
Added copyright notices
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@145 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -69,7 +69,7 @@ rm -rf fdscount if [ "$PERL" = "" ] ; then echo "You require perl to run this program." - exit; + exit fi @@ -275,6 +275,16 @@ echo "#define MAXBUF 514">>include/inspircd_config.h touch include/inspircd_config.h echo -e "Writing \033[1;37m$OSNAME\033[0;37m makefile" +echo "" + +if exists "Makefile.$OSNAME" ; then + echo "Operating system supported." +else + echo "Your operating system, \"$OSNAME\", is not supported!" + exit +fi + +echo "" cp -f Makefile.$OSNAME Makefile cp -f src/Makefile.$OSNAME src/Makefile |