diff options
Diffstat (limited to 'libssp/configure.ac')
-rw-r--r-- | libssp/configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libssp/configure.ac b/libssp/configure.ac index 0bec15c140f..f8ed70c5105 100644 --- a/libssp/configure.ac +++ b/libssp/configure.ac @@ -1,10 +1,12 @@ # Process this file with autoconf to produce a configure script, like so: -# aclocal && autoconf && autoheader && automake +# +# aclocal -I .. -I ../config && autoconf && autoheader && automake AC_PREREQ(2.59) AC_INIT(libssp, 1.0) AC_CONFIG_SRCDIR(ssp.c) AC_CANONICAL_SYSTEM +ACX_NONCANONICAL_TARGET AM_INIT_AUTOMAKE |