summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-02-09 12:41:42 +0000
committerSimon Josefsson <simon@josefsson.org>2006-02-09 12:41:42 +0000
commita66458be42c48ae3c9aaeaf56d2ba68e40c196ef (patch)
tree37050246d569c215ed3c1531ed3af101ac3aa069 /configure.in
parentadf0be6ea87d85d79f2c0c4ddc3b22509ec51d17 (diff)
downloadlibtasn1-a66458be42c48ae3c9aaeaf56d2ba68e40c196ef.tar.gz
libtasn1-a66458be42c48ae3c9aaeaf56d2ba68e40c196ef.tar.bz2
libtasn1-a66458be42c48ae3c9aaeaf56d2ba68e40c196ef.zip
Reorder slightly.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index f60ccad..c5ccfe8 100644
--- a/configure.in
+++ b/configure.in
@@ -40,6 +40,9 @@ dnl Checks for programs.
AC_PROG_INSTALL
AM_MISSING_PROG(PERL,perl,$missing_dir)
+AC_MSG_NOTICE([Detecting options for shared libraries])
+AM_PROG_LIBTOOL
+
AC_MSG_NOTICE([Detecting compiler options])
AC_C_CONST
@@ -101,15 +104,12 @@ AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes")
# For gnulib compatibility modules in gl/.
gl_INIT
-AC_MSG_NOTICE([Detecting options for shared libraries])
-AM_PROG_LIBTOOL
-
+# For libtasn1-config.
LIBTASN1_LIBS="-L${libdir} -ltasn1 $LIBS"
LIBTASN1_CFLAGS="-I${includedir}"
AC_SUBST(LIBTASN1_LIBS)
AC_SUBST(LIBTASN1_CFLAGS)
-
-AC_CONFIG_COMMANDS([lib/libtasn1.h],[[
+AC_CONFIG_COMMANDS([lib/libtasn1-config],[[
chmod +x lib/libtasn1-config
]],[[]])