forked from Imagelibrary/binutils-gdb
* gdb.trace/configure.in(AC_INIT): typo
* gdb.trace/configure: regenerated
This commit is contained in:
2
gdb/testsuite/gdb.trace/configure
vendored
2
gdb/testsuite/gdb.trace/configure
vendored
@@ -451,7 +451,7 @@ echo > confdefs.h
|
||||
|
||||
# A filename unique to this package, relative to the directory that
|
||||
# configure is in, which we can look for to find out if srcdir is correct.
|
||||
ac_unique_file=collect.c
|
||||
ac_unique_file=collection.c
|
||||
|
||||
# Find the source files, if location was not specified.
|
||||
if test -z "$srcdir"; then
|
||||
|
||||
@@ -5,7 +5,7 @@ dnl script appropriate for this directory. For more information, check
|
||||
dnl any existing configure script.
|
||||
|
||||
AC_PREREQ(2.5)
|
||||
AC_INIT(collect.c)
|
||||
AC_INIT(collection.c)
|
||||
|
||||
CC=${CC-cc}
|
||||
AC_SUBST(CC)
|
||||
|
||||
Reference in New Issue
Block a user