Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Remove configure script, must now run autoconf to generate it.
Browse files Browse the repository at this point in the history
It has also been added to .gitignore, so it cannot be re-added
to the git repository.

This change is related to eucalyptus-rpmspec where we now will run
autoconf in the %prep section of the rpm build steps.

Fixes EUCA-12122
  • Loading branch information
Matt Bacchi committed May 23, 2017
1 parent 16e8189 commit 6301b11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9,027 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ clc/modules/www/gwt-unitCache/
clc/target
config.log
config.status
configure
core.*
gatherlog/GLclient
gatherlog/libEucalyptusGL.so
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ clean:
distclean: clean
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit $$? ; done
@rm -f config.cache config.log config.status Makedefs tags TAGS
@rm -f config.cache config.log config.status configure Makedefs tags TAGS
@# they where part of CLEAN
@rm -rf lib

Expand Down
Loading

0 comments on commit 6301b11

Please sign in to comment.