File: configure.in

package info (click to toggle)
qbrew 0.1.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 936 kB
  • ctags: 623
  • sloc: sh: 4,696; cpp: 3,364; makefile: 104; ansic: 13
file content (20 lines) | stat: -rw-r--r-- 714 bytes parent folder | download
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(qbrew,0.1.1)

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 qbrew/Makefile qbrew/docs/Makefile qbrew/docs/en/Makefile )