File: configure.in

package info (click to toggle)
safecopy 1.7-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,388 kB
  • sloc: ansic: 2,751; sh: 1,925; makefile: 19
file content (26 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#Process this file with autoconf to produce a configure script.

AC_INIT(configure.in)
AM_INIT_AUTOMAKE(safecopy, 1.7)

AC_PREREQ(2.5)
#AC_ISC_POSIX
CFLAGS="$CFLAGS "
#add a space to make these macros not add stupid stuff if it was unset
AC_ISC_POSIX
AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC


AC_OUTPUT([
Makefile
src/Makefile
])

AC_MSG_RESULT([[
-----------------------------------------------------------------------
             compile configuration completed successfully

]])