comparison configure.in @ 5:fe4dc2bef842

Broke the configure script on purpose, Added files to note that: THIS_CVS_IS_NOT_UP_TO_DATE
author gqview
date Tue, 19 Sep 2000 15:04:17 +0000
parents e149abcda4eb
children 990fcf466906
comparison
equal deleted inserted replaced
4:e149abcda4eb 5:fe4dc2bef842
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
4 dnl note to CVS users:
5 CONFIGURE_IS_BROKEN_ON_PURPOSE()
6 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)
3 8
4 AM_INIT_AUTOMAKE(gqview, 0.8.1) 9 AM_INIT_AUTOMAKE(gqview, 0.8.1)
5 10
6 AM_MAINTAINER_MODE 11 AM_MAINTAINER_MODE
7 12