mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
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
This commit is contained in:
parent
5a4d69310f
commit
4c5e7a645e
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Jan 29 10:52:09 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* GNUmakefile.postamble (configure): Rule removed. It was causing
|
||||
problems on systems without autoconf.
|
||||
|
||||
2002-01-25 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/gsdoc/GNUmakefile: Remove autogsdoc processing
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue