diff options
author | carlosg <carlosg> | 2005-02-08 10:22:21 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2005-02-08 10:22:21 +0000 |
commit | 88eb4a44d6192bfd17e96d4317b4437415fde708 (patch) | |
tree | 8264f2270f3b01af1d85dca7eb40efb7df8aef7b /configure.in | |
parent | f8df3853b396e84e6d754ea72752728b7e859af3 (diff) |
2005-02-08 Carlos Garnacho Parro <carlosg@gnome.org>
* configure.in: small fix to make it compile separatedly, now that the
backend is divided from the frontend
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 24dd311..90222bd 100644 --- a/configure.in +++ b/configure.in @@ -3,9 +3,8 @@ dnl ============================================================== dnl Process this file with autoconf to produce a configure script. dnl ============================================================== AC_INIT(system-tools-backends,1.1.90, http://bugzilla.gnome.org/enter_bug.cgi?product=GNOME%20System%20Tools) -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) - AC_CONFIG_AUX_DIR(.) +AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_PROG_INTLTOOL([0.29]) |