diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-30 10:38:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-12-02 17:14:13 +0900 |
commit | e365033d55c6264b3fece6bb85616553dab7d61e (patch) | |
tree | d814b1898bdd63b3b81f889bcc867b14e129170c /conduits/configure.in.bot | |
parent | 3a26f40faec18c989cffe11a323e451566c8b1fc (diff) | |
download | kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.tar.gz kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits/configure.in.bot')
-rw-r--r-- | conduits/configure.in.bot | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/conduits/configure.in.bot b/conduits/configure.in.bot deleted file mode 100644 index 688f775..0000000 --- a/conduits/configure.in.bot +++ /dev/null @@ -1,14 +0,0 @@ -dnl Configure.in.bot for KPilot conduits. -dnl -dnl Copyright (C) 2000,2001 Adriaan de Groot -dnl Copyright (C) 2002 Reinhold Kainhofer -dnl -dnl This file is released under the terms of the Gnu General Public -dnl Licence (GPL) Version 2. - -if test "$with_mal" = NOTFOUND -o "$with_mal" = no ; then - echo "" - echo "KPILOT: MAL headers or library not found. AvantGo conduit will not be compiled." - echo "KPILOT: Download libmal>=0.20 from http://jasonday.home.att.net/code/libmal/" - echo "" -fi |