changeset 7:990fcf466906

really break configure
author gqview
date Tue, 19 Sep 2000 15:09:18 +0000
parents 9317473ba613
children e0d0593d519e
files configure.in
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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