* .version: bumped version number to 2.4.8
[fw/sdcc] / device / lib / pic16 / configure.in
1 #
2 # configure.in - input script to autoconf to
3 #                configure directory
4 #
5 # This file is part of the GNU PIC Library.
6 #
7 # January, 2004
8 # The GNU PIC Library is maintained by,
9 #       Vangelis Rokas <vrokas@otenet.gr>
10 #
11 # $Id$
12 #
13
14 # Process this file with autoconf to produce a configure script.
15 AC_PREREQ(2.57)
16 AC_INIT
17
18 #AC_DEFUN(AC_CONFIG_SRCDIR)
19 #AC_DEFUN(AC_CONFIG_FILES)
20
21 # Checks for programs.
22 AC_CHECK_PROG(GPASM,    gpasm,  gpasm, :)
23 AC_CHECK_PROG(GPLINK,   gplink, gplink, :)
24 AC_CHECK_PROG(GPLIB,    gplib,  gplib, :)
25
26 AC_CHECK_PROG(RM,       rm,     rm, :)
27 AC_CHECK_PROG(CP,       cp,     cp, :)
28 AC_CHECK_PROG(MV,       mv,     mv, :)
29 AC_CHECK_PROG(LS,       ls,     ls, :)
30 AC_CHECK_PROG(SED,      sed,    sed, :)
31
32 # Checks for libraries.
33
34 # Checks for header files.
35
36 # Checks for typedefs, structures, and compiler characteristics.
37
38 # Checks for library functions.
39
40 cp pics.all pics.build
41
42 AC_CONFIG_FILES([Makefile.common])
43 AC_OUTPUT