diff options
author | John Stebbins <[email protected]> | 2019-09-13 10:24:56 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-09-13 17:13:35 -0700 |
commit | 544ecbff382982649dd2b625ba49264ee9e5e348 (patch) | |
tree | 4b9ac468fede1f19cc47ad53c455f54c2e88b83c /gtk/module.rules | |
parent | 8a61da6e7e6214565afa3ba6b88161044e8a3df6 (diff) |
LinGui: switch to using autoreconf instead of autogen.sh
Diffstat (limited to 'gtk/module.rules')
-rw-r--r-- | gtk/module.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/module.rules b/gtk/module.rules index 579f4d08a..7d372af64 100644 --- a/gtk/module.rules +++ b/gtk/module.rules @@ -13,7 +13,7 @@ $(GTK.CONFIGURE.stamp): | $(dir $(GTK.CONFIGURE.stamp)) $(GTK.CONFIGURE.stamp): $(GTK.src/)Makefile.am $(GTK.CONFIGURE.stamp): $(BUILD/)GNUmakefile $(GTK.CONFIGURE.stamp): $(GTK.src/)configure.ac $(GTK.src/)src/Makefile.am - set -e; cd $(GTK.src/); NOCONFIGURE=1 ./autogen.sh + set -e; cd $(GTK.src/); NOCONFIGURE=1 autoreconf -fiv set -e; cd $(GTK.build/); $(call fn.ABSOLUTE,$(GTK.src/))configure \ $(GTK.CONFIGURE.extra) \ PKG_CONFIG_PATH=$(BUILD/)contrib/lib/pkgconfig:$(PKG_CONFIG_PATH) \ |