7bc5c4e3fc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25342 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
295 B
Diff
11 lines
295 B
Diff
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -1,6 +1,6 @@
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(README)
|
|
-AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
|
|
+AC_CONFIG_AUX_DIR([build-scripts])
|
|
|
|
dnl Set various version strings - taken gratefully from the GTk sources
|
|
|