summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-12-14 14:14:19 -0500
committerRay Strode <rstrode@redhat.com>2007-12-14 14:14:19 -0500
commitf5362a052c79192687d0d8fd14469ce21a414a7e (patch)
tree6c3330cff0c744f11d789f0e57dc802e1e6dd8d0 /configure.ac
parentc12164c1622a2209fe07555e682cc479c6854e7e (diff)
downloadplymouth-f5362a052c79192687d0d8fd14469ce21a414a7e.tar.gz
plymouth-f5362a052c79192687d0d8fd14469ce21a414a7e.tar.xz
plymouth-f5362a052c79192687d0d8fd14469ce21a414a7e.zip
Drop localization bits / use CONFIG_AUX_DIR
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 0b091c7..6b99644 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_INIT(plymouth, 0.0.1, "rstrode@redhat.com")
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_HEADER(config.h)
+AC_CONFIG_AUX_DIR(build-tools)
AC_GNU_SOURCE
AC_PROG_AWK
@@ -12,13 +13,6 @@ AC_C_CONST
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
-GETTEXT_PACKAGE=plymouth
-AC_DEFINE([GETTEXT_PACKAGE], [], "graphical boot splash")
-AC_SUBST(GETTEXT_PACKAGE)
-AM_GLIB_GNU_GETTEXT
-ALL_LINGUAS=""
-
-IT_PROG_INTLTOOL
PKG_PROG_PKG_CONFIG
AM_PROG_LIBTOOL
@@ -59,5 +53,4 @@ AC_OUTPUT([Makefile
src/rhgb-client/tests/Makefile
src/splash-plugins/tests/Makefile
scripts/Makefile
- po/Makefile.in
])