summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-09-15 17:17:30 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-09-15 17:18:51 +0100
commitb24d2e4214cc7a7ec59f6c6c2033b7315626f3f0 (patch)
tree397f3f7b06b7ed62addf8b225282194dd023283a /autogen.sh
parent5c7c2b5187800fd09e659305d58f61f4945e62a5 (diff)
[autogen] Delete Makefile.am.config
Cause the Makefile.am.config to be regenerated every time as its contents may be invalid for the current run - e.g. if a developer is switching between branches with experimental surfaces.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 800640ad..99dd84a5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -170,6 +170,7 @@ do_cmd $ACLOCAL $ACLOCAL_FLAGS
do_cmd $AUTOHEADER
# create dummy src/Makefile.am.config and ChangeLog to make automake happy
+rm -f src/Makefile.am.config
touch src/Makefile.am.config
touch ChangeLog