comparison configure.in @ 7:990fcf466906

really break configure
author gqview
date Tue, 19 Sep 2000 15:09:18 +0000
parents fe4dc2bef842
children e0d0593d519e
comparison
equal deleted inserted replaced
6:9317473ba613 7:990fcf466906
1 AC_INIT(src/main.c) 1 AC_INIT(src/main.c)
2 AM_CONFIG_HEADER(config.h) 2 AM_CONFIG_HEADER(config.h)
3 3
4 AM_INIT_AUTOMAKE(gqview, 0.8.1)
5
4 dnl note to CVS users: 6 dnl note to CVS users:
5 CONFIGURE_IS_BROKEN_ON_PURPOSE() 7 CONFIGURE_IS_BROKEN_ON_PURPOSE( blah blah break me)
6 dnl reason: This CVS is not used for GQview development, it was a test setup only. 8 dnl reason: This CVS is not used for GQview development, it was a test setup only.
7 dnl (If CVS goes public, it will be here, though) 9 dnl (If CVS goes public, it will be here, though)
8 10
9 AM_INIT_AUTOMAKE(gqview, 0.8.1)
10 11
11 AM_MAINTAINER_MODE 12 AM_MAINTAINER_MODE
12 13
13 AC_ISC_POSIX 14 AC_ISC_POSIX
14 AC_PROG_CC 15 AC_PROG_CC