From: John Ellis Date: Tue, 19 Sep 2000 15:09:18 +0000 (+0000) Subject: really break configure X-Git-Tag: v1.0.0~1796 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=7804958db775c39fba3801cabb8969a599b6156c really break configure --- diff --git a/configure.in b/configure.in index aa90207c..31c02829 100644 --- a/configure.in +++ b/configure.in @@ -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