source: trunk/MagicSoft/AMC/activemirrorcontrol/configure.in@ 4175

Last change on this file since 4175 was 3401, checked in by merck, 21 years ago
nitial checkin of AMC project
File size: 1.0 KB
Line 
1# Original Author was Kalle@kde.org
2# I lifted it in some mater. (Stephan Kulow)
3# I used much code from Janos Farkas
4
5dnl Process this file with autoconf to produce a configure script.
6
7AC_INIT(acinclude.m4) dnl a source file from your sub dir
8
9dnl This is so we can use kde-common
10AC_CONFIG_AUX_DIR(admin)
11
12AC_CANONICAL_SYSTEM
13AC_ARG_PROGRAM
14
15dnl Automake doc recommends to do this only here. (Janos)
16AM_INIT_AUTOMAKE(activemirrorcontrol, 0.1) dnl searches for some needed programs
17
18KDE_SET_PREFIX
19
20dnl generate the config header
21AM_CONFIG_HEADER(config.h) dnl at the distribution this done
22
23dnl Checks for programs.
24AC_CHECK_COMPILERS
25AC_ENABLE_SHARED(yes)
26AC_ENABLE_STATIC(no)
27KDE_PROG_LIBTOOL
28
29dnl for NLS support. Call them in this order!
30dnl WITH_NLS is for the po files
31AM_KDE_WITH_NLS
32
33AC_PATH_KDE
34
35dnl Perform program name transformation
36AC_ARG_PROGRAM
37
38#MIN_CONFIG
39
40dnl PACKAGE set before
41
42KDE_CREATE_SUBDIRSLIST
43AC_OUTPUT( \
44./Makefile \
45activemirrorcontrol/Makefile \
46doc/Makefile \
47doc/en/Makefile \
48po/Makefile \
49)
Note: See TracBrowser for help on using the repository browser.