From dc7c22a27b95a1eb999a974054924bd9a3ca5cbd Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 29 Jan 2002 10:53:39 +0000 Subject: [PATCH] Removed makefile rule to rebuild configure from configure.in using autoconf ... it could easily be accidentally executed when not needed, causing problems in systems without autoconf git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12243 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ GNUmakefile.postamble | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae67fd54a..7ed77c267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 29 10:52:09 2002 Nicola Pero + + * GNUmakefile.postamble (configure): Rule removed. It was causing + problems on systems without autoconf. + 2002-01-25 Adam Fedor * Documentation/gsdoc/GNUmakefile: Remove autogsdoc processing diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index cbc8dcdd3..5f6b759b8 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -80,9 +80,6 @@ after-clean:: after-distclean:: remove-header-links rm -f config.status config.log config.cache TAGS config.mak gui.make -configure: configure.in - autoreconf - gui.make: gui.make.in configure ./configure