powerpc/qemuppc/configure.ac: Correct typo

This commit is contained in:
Joel Sherrill
2015-12-26 10:59:48 -06:00
committed by Joel Sherrill
parent 7297258123
commit ebcf458d03

View File

@@ -1,7 +1,7 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) AC_INIT([rtems-c-src-lib-libbsp-powerpc-qemuppc],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)