summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-05-30 16:23:22 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-05-30 16:23:22 +0000
commit4745b4f238d8ec9069860adfda766df8aaa42eed (patch)
treeb4b26898220ccd9560b15827ab29b01e56732ec1
parent8fc8d9c31cbb7b9c4e426cc5ece41a3b1c158268 (diff)
downloadgnome-control-center-4745b4f238d8ec9069860adfda766df8aaa42eed.tar.gz
Automake conditional that always fails. This is used in some subdir
* configure.in (FALSE): Automake conditional that always fails. This is used in some subdir Makefile.am tricks.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16bfd44a9..d2a402215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-05-30 Raja R Harinath <harinath@cs.umn.edu>
+
+ * configure.in (FALSE): Automake conditional that always fails.
+ This is used in some subdir Makefile.am tricks.
+
1998-05-26 John Ellis <johne@bellatlantic.net>
* configure.in: added PROGRAMS_PANEL_MODEMLIGHTS, apparently
diff --git a/configure.in b/configure.in
index 1ee46a288..fa5245223 100644
--- a/configure.in
+++ b/configure.in
@@ -25,6 +25,9 @@ AC_PROG_YACC
GNOME_X_CHECKS
+dnl utility conditional
+AM_CONDITIONAL(FALSE, test "x" = "y")
+
ALL_LINGUAS="it ko fr de es no ga"
AM_GNU_GETTEXT