summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-12-06 19:25:13 +0100
committerSimon Josefsson <simon@josefsson.org>2011-12-06 19:27:52 +0100
commitf9fef198fe5ee5b28eebee50220e07d2f03877c4 (patch)
tree6b703036856524a04646294ead70c3d6c53459fa
parent971aa4dd098adbcfd0f6e98cf0d28dea117db785 (diff)
downloadlibtasn1-f9fef198fe5ee5b28eebee50220e07d2f03877c4.tar.gz
Drop unnecessary configure.ac checks.
-rw-r--r--configure.ac11
1 files changed, 3 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index d62379e..97ed0b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@ dnl Process this file with autoconf to produce a configure script.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.61)
-AC_INIT([GNU Libtasn1], [2.12], [help-libtasn1@gnu.org])
+AC_PREREQ([2.61])
+AC_INIT([GNU Libtasn1],[2.12],[help-libtasn1@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)
@@ -36,23 +36,18 @@ AC_PROG_CC
gl_EARLY
lgl_EARLY
AC_PROG_YACC
-AC_PROG_LN_S
dnl Checks for programs.
-AC_PROG_INSTALL
AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
-
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
+GTK_DOC_CHECK(1.2)
AC_CHECK_SIZEOF(unsigned long int, 4)
AC_CHECK_SIZEOF(unsigned int, 4)
sj_UPDATE_HEADER_VERSION([$srcdir/lib/libtasn1.h])
-# Check for gtk-doc.
-GTK_DOC_CHECK(1.2)
-
# For gnulib compatibility modules.
gl_INIT
lgl_INIT