Drop unnecessary configure.ac checks.
authorSimon Josefsson <simon@josefsson.org>
Tue, 6 Dec 2011 18:25:13 +0000 (19:25 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 6 Dec 2011 18:27:52 +0000 (19:27 +0100)
configure.ac

index d62379e..97ed0b4 100644 (file)
@@ -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