]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use sort -u rather than echo grep sort.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Apr 2006 06:29:28 +0000 (06:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Apr 2006 06:29:28 +0000 (06:29 +0000)
lib/autoconf/general.m4

index df5b9e509943f28d65607e1444c108332056fb95..12842f73673efe5adbfc0d052c92beab7c87df23 100644 (file)
@@ -1236,8 +1236,7 @@ trap '
 
     if test -s confdefs.h; then
       AS_BOX([confdefs.h.])
-      echo
-      grep . confdefs.h | sort
+      sort -u confdefs.h
       echo
     fi
     test "$ac_signal" != 0 &&