# HG changeset patch # User gqview # Date 969376158 0 # Node ID 990fcf46690662de3724eae1e7957ceba2450ec6 # Parent 9317473ba6138e5debff5879e2337c9eba5dbd39 really break configure diff -r 9317473ba613 -r 990fcf466906 configure.in --- a/configure.in Tue Sep 19 15:05:09 2000 +0000 +++ b/configure.in Tue Sep 19 15:09:18 2000 +0000 @@ -1,12 +1,13 @@ AC_INIT(src/main.c) AM_CONFIG_HEADER(config.h) +AM_INIT_AUTOMAKE(gqview, 0.8.1) + dnl note to CVS users: -CONFIGURE_IS_BROKEN_ON_PURPOSE() +CONFIGURE_IS_BROKEN_ON_PURPOSE( blah blah break me) dnl reason: This CVS is not used for GQview development, it was a test setup only. dnl (If CVS goes public, it will be here, though) -AM_INIT_AUTOMAKE(gqview, 0.8.1) AM_MAINTAINER_MODE