f6a215cd0c
The annual Adacore release happened!
21 lines
792 B
Text
21 lines
792 B
Text
--- configure.orig 2014-02-21 17:12:41.000000000 +0000
|
|
+++ configure
|
|
@@ -2757,10 +2757,18 @@ case ${UNAME_SYSTEM} in
|
|
echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
|
|
cp ./configs/pconfig.LynxOS ./pconfig.h.in;
|
|
;;
|
|
+ DragonFly)
|
|
+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
|
|
+ cp ./configs/pconfig.DragonFly ./pconfig.h.in;
|
|
+ ;;
|
|
FreeBSD)
|
|
echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
|
|
cp ./configs/pconfig.FreeBSD ./pconfig.h.in;
|
|
;;
|
|
+ NetBSD)
|
|
+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
|
|
+ cp ./configs/pconfig.NetBSD ./pconfig.h.in;
|
|
+ ;;
|
|
Darwin)
|
|
echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
|
|
cp ./configs/pconfig.Darwin ./pconfig.h.in;
|