File: configure.in

package info (click to toggle)
spinner 1.2.4-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 448 kB
  • ctags: 94
  • sloc: ansic: 2,067; sh: 795; makefile: 59
file content (33 lines) | stat: -rw-r--r-- 590 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
27
28
29
30
31
32
33
dnl
dnl	spinner configure.in for automake v1.6
dnl

AC_INIT(spinner.c)
AM_INIT_AUTOMAKE(spinner, 1.2.4)


AC_PROG_CC


dnl =================================================================
dnl additional gcc flags
dnl =================================================================
dnl 

if test "$GCC" = yes; then
  CFLAGS="-pipe $CFLAGS"
fi


dnl =================================================================
dnl Whether make sets $(MAKE)...
dnl =================================================================
AC_PROG_MAKE_SET

AC_PROG_INSTALL

AC_INLINE


AC_OUTPUT(	Makefile )