File: configure.in

package info (click to toggle)
phaseshift 0.40-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 884 kB
  • ctags: 446
  • sloc: sh: 5,583; cpp: 3,536; makefile: 54; ansic: 13
file content (20 lines) | stat: -rw-r--r-- 732 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

dnl without this order in this file, autoconf will not work!
dnl the argument is a source file out of your sources. But
dnl acinclude.m4 makes the job for all programs ;-)
AC_INIT(acinclude.m4)

dnl without this order in this file, automake will be confused!
dnl the argument 
AM_CONFIG_HEADER(config.h)

dnl insert here your program name and version number
AC_PROG_CC
KDE_DO_IT_ALL(phaseshift,0.4)

dnl in this space add everything you want to check for
dnl examples are specific headers, libraries, etc.
dnl everything to compile and run a KDE program is already checked

dnl add here all your Makefiles. This are created by configure
AC_OUTPUT(Makefile phaseshift/Makefile phaseshift/docs/Makefile phaseshift/docs/en/Makefile )