Browse Source

Use the correct macro to make automake happy.

Reported by <bsdfan666@cyberdude.com>.
master
Richard Nyberg 16 years ago
parent
commit
7708f42ebc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])


AC_PROG_CC AC_PROG_CC
AC_PROG_CC_C_O
AM_PROG_CC_C_O
AC_PROG_RANLIB AC_PROG_RANLIB
AC_USE_SYSTEM_EXTENSIONS AC_USE_SYSTEM_EXTENSIONS




Loading…
Cancel
Save