Skip to content

Commit

Permalink
Rename "obsolete" configure.in to configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Jan 26, 2013
1 parent 40e1b78 commit 7cdbfbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
Expand Up @@ -103,7 +103,7 @@ if test -z "$ACLOCAL_FLAGS"; then
fi fi


# Libtool # Libtool
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
echo "Running: libtoolize --force --copy..." echo "Running: libtoolize --force --copy..."
$LIBTOOLIZE --force --copy $LIBTOOLIZE --force --copy
fi fi
Expand All @@ -114,7 +114,7 @@ rm -f aclocal.m4
$ACLOCAL $ACLOCAL_FLAGS $ACLOCAL $ACLOCAL_FLAGS


# Autoheader # Autoheader
if grep "^AC_CONFIG_HEADERS" configure.in >/dev/null; then if grep "^AC_CONFIG_HEADERS" configure.ac >/dev/null; then
echo "Running: autoheader..." echo "Running: autoheader..."
$AUTOHEADER $AUTOHEADER
fi fi
Expand Down
2 changes: 1 addition & 1 deletion configure.in → configure.ac
Expand Up @@ -129,7 +129,7 @@ AC_MSG_CHECKING([host platform characteristics])
libdl="-ldl" libdl="-ldl"
;; ;;
*) *)
AC_MSG_WARN([*** Please add $host to configure.in checks!]) AC_MSG_WARN([*** Please add $host to configure.ac checks!])
libdl="-ldl" libdl="-ldl"
;; ;;
esac esac
Expand Down

0 comments on commit 7cdbfbb

Please sign in to comment.