Don't list config.h in AC_OUTPUT

2000-08-31  JP Rosevear  <jpr@helixcode.com>

	* configure.in: Don't list config.h in AC_OUTPUT

svn path=/trunk/; revision=5145
This commit is contained in:
JP Rosevear
2000-08-31 19:31:38 +00:00
committed by JP Rosevear
parent 312efeb005
commit 5a4e30daf2
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-08-31 JP Rosevear <jpr@helixcode.com>
* configure.in: Don't list config.h in AC_OUTPUT
2000-08-31 JP Rosevear <jpr@helixcode.com>
* src/pvl/Makefile: Kill old file

View File

@ -39,7 +39,6 @@ AC_CHECK_FUNCS(strdup)
AC_OUTPUT(\
src/libical/icalversion.h \
config.h \
src/libical/Makefile \
src/libicalss/Makefile \
src/libicalvcal/Makefile \