1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Remove call to AC_ARG_PROGRAM, AM_INIT_AUTOMAKE calls it for us.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4326 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2006-09-08 18:58:04 +00:00 committed by exg
parent 249b7bf4e7
commit 8350136f26

View File

@ -15,7 +15,6 @@ AC_ISC_POSIX
AC_PROG_CC
AC_PROG_CPP
AC_STDC_HEADERS
AC_ARG_PROGRAM
AM_PROG_LIBTOOL
AC_PATH_PROG(sedpath, sed)