Reviewed by Eric Seidel.
[Meta] Move source code into Sources
https://bugs.webkit.org/show_bug.cgi?id=51606
* PrettyPatch/PrettyPatch.rb:
- Remove reference to non-existant autotools directory.
2010-12-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Siedel.
[Meta] Move source code into Sources
https://bugs.webkit.org/show_bug.cgi?id=51606
* .gitignore:
* GNUmakefile.am:
* Sources/autotools: Copied from autotools.
* autogen.sh:
* autotools: Removed.
* autotools/acinclude.m4: Removed.
* autotools/dolt.m4: Removed.
* autotools/gsettings.m4: Removed.
* autotools/symbols.filter: Removed.
* autotools/webkit.m4: Removed.
* configure.ac:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74677
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
# a few files into the source tree.
/aclocal.m4
/autom4te.cache
-/autotools/compile
-/autotools/config.guess
-/autotools/config.sub
-/autotools/depcomp
-/autotools/gtk-doc.m4
-/autotools/install-sh
-/autotools/libtool.m4
-/autotools/ltmain.sh
-/autotools/ltoptions.m4
-/autotools/ltsugar.m4
-/autotools/ltversion.m4
-/autotools/lt~obsolete.m4
-/autotools/missing
+/Sources/autotools/compile
+/Sources/autotools/config.guess
+/Sources/autotools/config.sub
+/Sources/autotools/depcomp
+/Sources/autotools/gtk-doc.m4
+/Sources/autotools/install-sh
+/Sources/autotools/libtool.m4
+/Sources/autotools/ltmain.sh
+/Sources/autotools/ltoptions.m4
+/Sources/autotools/ltsugar.m4
+/Sources/autotools/ltversion.m4
+/Sources/autotools/lt~obsolete.m4
+/Sources/autotools/missing
/autotoolsconfig.h.in
/configure
/GNUmakefile.in
+2010-12-26 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Siedel.
+
+ [Meta] Move source code into Sources
+ https://bugs.webkit.org/show_bug.cgi?id=51606
+
+ * .gitignore:
+ * GNUmakefile.am:
+ * Sources/autotools: Copied from autotools.
+ * autogen.sh:
+ * autotools: Removed.
+ * autotools/acinclude.m4: Removed.
+ * autotools/dolt.m4: Removed.
+ * autotools/gsettings.m4: Removed.
+ * autotools/symbols.filter: Removed.
+ * autotools/webkit.m4: Removed.
+ * configure.ac:
+
2010-12-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
endif
if OS_GNU
-version_script = -Wl,--version-script,$(srcdir)/autotools/symbols.filter
+version_script = -Wl,--version-script,$(srcdir)/Sources/autotools/symbols.filter
endif
# Convenience libraries
endif
EXTRA_DIST += \
- $(srcdir)/autotools/symbols.filter \
+ $(srcdir)/Sources/autotools/symbols.filter \
$(srcdir)/gtk-doc.make \
$(srcdir)/WebKit/LICENSE
$(builddir)/doltcompile \
$(builddir)/doltlibtool \
$(srcdir)/aconfig.h.in \
- $(srcdir)/autotools/config.* \
- $(srcdir)/autotools/compile \
- $(srcdir)/autotools/depcomp \
- $(srcdir)/autotools/install-sh \
- $(srcdir)/autotools/missing \
+ $(srcdir)/Sources/autotools/config.* \
+ $(srcdir)/Sources/autotools/compile \
+ $(srcdir)/Sources/autotools/depcomp \
+ $(srcdir)/Sources/autotools/install-sh \
+ $(srcdir)/Sources/autotools/missing \
$(srcdir)/configure \
$(srcdir)/GNUmakefile.in \
$(srcdir)/INSTALL \
+2010-12-26 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ [Meta] Move source code into Sources
+ https://bugs.webkit.org/show_bug.cgi?id=51606
+
+ * PrettyPatch/PrettyPatch.rb:
+ - Remove reference to non-existant autotools directory.
+
2010-12-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
WebKit2
WebKitLibraries
Websites
- autotools
]
def self.find_url_and_path(file_path)
GTKDOCIZE_FLAGS="--copy"
LIBTOOLIZE_FLAGS="--force --automake"
-ACLOCAL_FLAGS="-I autotools $ACLOCAL_FLAGS"
+ACLOCAL_FLAGS="-I Sources/autotools $ACLOCAL_FLAGS"
AUTOMAKE_FLAGS="--foreign --add-missing"
DIE=0
AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
-AC_CONFIG_MACRO_DIR([autotools])
-AC_CONFIG_AUX_DIR([autotools])
-AC_SUBST(ACLOCAL_AMFLAGS, "-I autotools")
+AC_CONFIG_MACRO_DIR([Sources/autotools])
+AC_CONFIG_AUX_DIR([Sources/autotools])
+AC_SUBST(ACLOCAL_AMFLAGS, "-I Sources/autotools")
AC_CONFIG_HEADERS([autotoolsconfig.h])
AC_CANONICAL_HOST