summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-22 17:34:36 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-22 17:34:36 -0400
commit23b9767bb3b35995099ae9c7b3d84f18e7a76dcc (patch)
tree226c597e7b6bde7dca14505176888b3507e6fbaa /autogen.sh
parent20be3182ef29bb07ffac749f5cf1844b4781e1bb (diff)
Rename Makefile.*.config to Makefile.*.features as they should not be modified
The .config naming was giving people the impression that they can modify it. That's not the case.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index f3170ba9..7fd76056 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -169,9 +169,9 @@ do_cmd $ACLOCAL $ACLOCAL_FLAGS
do_cmd $AUTOHEADER
-# create dummy */Makefile.am.config and ChangeLog to make automake happy
-> boilerplate/Makefile.am.config
-> src/Makefile.am.config
+# create dummy */Makefile.am.features and ChangeLog to make automake happy
+> boilerplate/Makefile.am.features
+> src/Makefile.am.features
touch ChangeLog
# We don't call gtkdocize right now. When we do, we should then modify