From 2ffbb213b02eebe32eda93cf4330a11150aa1b7b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 19 Feb 2008 01:40:38 +0000 Subject: rename obsolete onfigure.in -> configure.ac - no other changes --- configure.ac | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..d55b580 --- /dev/null +++ b/configure.ac @@ -0,0 +1,51 @@ +AC_PREREQ(2.52) + +AC_INIT(pm-utils, 0.99.4) +AC_CONFIG_SRCDIR(src) +AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +AM_CONFIG_HEADER(config.h) + +AC_PROG_CC +AC_PROG_LN_S + +dnl --------------------------------------------------------------------------- +dnl - Extra verbose warning switches +dnl --------------------------------------------------------------------------- +CPPFLAGS="$CPPFLAGS -Wall -Werror" + +dnl --------------------------------------------------------------------------- +dnl - Debugging switches +dnl --------------------------------------------------------------------------- +CPPFLAGS="$CPPFLAGS -g" + +dnl --------------------------------------------------------------------------- +dnl - Make paths available for source files +dnl --------------------------------------------------------------------------- +AC_SUBST(SYSCONFDIR, $sysconfdir) +AC_SUBST(DATADIR, $datadir) +AC_SUBST(BINDIR, $bindir) +AC_SUBST(SBINDIR, $sbindir) + +dnl --------------------------------------------------------------------------- +dnl - Makefiles, etc. +dnl --------------------------------------------------------------------------- +AC_OUTPUT([ +Makefile +pm-utils.pc +man/Makefile +src/Makefile +pm/Makefile +pm/sleep.d/Makefile +pm/power.d/Makefile +pm/module.d/Makefile +]) + +dnl ========================================================================== +echo " + pm-utils $VERSION + ================== + + prefix: ${prefix} + compiler: ${CC} + cflags: ${CFLAGS} +" -- cgit v1.2.3