diff options
author | Nick Schermer <nick@xfce.org> | 2012-04-14 12:03:55 +0200 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2012-04-14 12:03:55 +0200 |
commit | 9e9eb8c42afa82b78a8bfbe8aad70f2a6559239e (patch) | |
tree | 28f3cf7c80d5e400a0c209f5f89e3b2ab776dd37 | |
parent | ec2ed1edda481405a77da040ffa96af612ad14df (diff) | |
download | xfce4-dev-tools-9e9eb8c42afa82b78a8bfbe8aad70f2a6559239e.tar.gz |
Fix comment.
-rw-r--r-- | scripts/xdt-autogen.in.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in index 2feb2c1..d359ba7 100644 --- a/scripts/xdt-autogen.in.in +++ b/scripts/xdt-autogen.in.in @@ -503,8 +503,7 @@ EOF ## -## Check for autoheader, first trying autoheader-2.59, then autoheader-2.58, -## then autoheader-2.57, then autoheader-2.53, and finally simply autoheader. +## Check for autoheader ## test -z "${XDT_PROG_AUTOHEADER}" && for configure_ac_file in $CONFIGURE_AC_FILES; do |